Skip to content

Commit

Permalink
mdbox: Fix want_altpath flags/boolean mixup
Browse files Browse the repository at this point in the history
There was only a single flag, so this wasn't actually currently broken.
  • Loading branch information
sirainen committed Jun 14, 2016
1 parent 9cc085f commit 6c65c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib-storage/index/dbox-multi/mdbox-map.c
Expand Up @@ -1086,7 +1086,7 @@ int mdbox_map_append_next(struct mdbox_map_append_context *ctx,
ret = 1;
existing = TRUE;
} else {
ret = mdbox_map_find_appendable_file(ctx, mail_size, flags,
ret = mdbox_map_find_appendable_file(ctx, mail_size, want_altpath,
&file_append, output_r);
existing = FALSE;
}
Expand Down

0 comments on commit 6c65c2f

Please sign in to comment.