dovecot-2.2: Compiler warning fix
dovecot at dovecot.org
dovecot at dovecot.org
Mon Sep 15 22:10:07 UTC 2014
details: http://hg.dovecot.org/dovecot-2.2/rev/0ce514f5f899
changeset: 17807:0ce514f5f899
user: Timo Sirainen <tss at iki.fi>
date: Tue Sep 16 01:09:53 2014 +0300
description:
Compiler warning fix
diffstat:
src/lib-storage/mail-namespace.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 1010f2ba9f2d -r 0ce514f5f899 src/lib-storage/mail-namespace.c
--- a/src/lib-storage/mail-namespace.c Tue Sep 16 00:43:36 2014 +0300
+++ b/src/lib-storage/mail-namespace.c Tue Sep 16 01:09:53 2014 +0300
@@ -361,7 +361,7 @@
const struct mail_storage_settings *mail_set;
struct mail_namespace_settings *const *ns_set;
struct mail_namespace_settings *const *unexpanded_ns_set;
- struct mail_namespace *namespaces, *ns, **ns_p;
+ struct mail_namespace *namespaces, **ns_p;
unsigned int i, count, count2;
i_assert(user->initialized);
More information about the dovecot-cvs
mailing list