dovecot-2.2: dsync: Compiler warning fix to previous change.

dovecot at dovecot.org dovecot at dovecot.org
Mon Aug 24 12:34:25 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/de8af4d857d3
changeset: 19000:de8af4d857d3
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Aug 24 15:33:36 2015 +0300
description:
dsync: Compiler warning fix to previous change.

diffstat:

 src/doveadm/dsync/dsync-mailbox-import.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r d5cddaa5ca92 -r de8af4d857d3 src/doveadm/dsync/dsync-mailbox-import.c
--- a/src/doveadm/dsync/dsync-mailbox-import.c	Mon Aug 24 14:59:52 2015 +0300
+++ b/src/doveadm/dsync/dsync-mailbox-import.c	Mon Aug 24 15:33:36 2015 +0300
@@ -493,7 +493,7 @@
 				   const struct dsync_mailbox_attribute *attr)
 {
 	struct dsync_mailbox_attribute *local_attr;
-	const char *result;
+	const char *result = "";
 	int ret;
 
 	if (dsync_mailbox_import_lookup_attr(importer, attr->type,


More information about the dovecot-cvs mailing list