dovecot-2.2: lib-storage: Compile fix to previous change

dovecot at dovecot.org dovecot at dovecot.org
Wed Sep 3 14:30:02 UTC 2014


details:   http://hg.dovecot.org/dovecot-2.2/rev/58738244dc34
changeset: 17761:58738244dc34
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Sep 03 07:29:25 2014 -0700
description:
lib-storage: Compile fix to previous change
The original patch was correct, my copy&pasting by hand just sucked. :)

diffstat:

 src/lib-storage/mail-storage-settings.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 3d9f233f5b77 -r 58738244dc34 src/lib-storage/mail-storage-settings.c
--- a/src/lib-storage/mail-storage-settings.c	Wed Sep 03 06:29:52 2014 -0700
+++ b/src/lib-storage/mail-storage-settings.c	Wed Sep 03 07:29:25 2014 -0700
@@ -334,7 +334,7 @@
 		parsers[j].info = storages[i]->v.get_setting_parser_info();
 		j++;
 	}
-	parsers[j] = NULL;
+	parsers[j].name = NULL;
 	return parsers;
 }
 


More information about the dovecot-cvs mailing list