Skip to content

Commit

Permalink
lib-storage: Compile fix to previous change
Browse files Browse the repository at this point in the history
The original patch was correct, my copy&pasting by hand just sucked. :)
  • Loading branch information
sirainen committed Sep 3, 2014
1 parent 4c0e20d commit d74a412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib-storage/mail-storage-settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ mail_storage_get_dynamic_parsers(pool_t pool)
parsers[j].info = storages[i]->v.get_setting_parser_info();
j++;
}
parsers[j] = NULL;
parsers[j].name = NULL;
return parsers;
}

Expand Down

0 comments on commit d74a412

Please sign in to comment.