dovecot-2.2: imap: Compiler warning fix to imap-hibernate commit

dovecot at dovecot.org dovecot at dovecot.org
Mon Aug 24 11:33:42 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/63ada4bc7508
changeset: 18997:63ada4bc7508
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Aug 24 14:32:52 2015 +0300
description:
imap: Compiler warning fix to imap-hibernate commit

diffstat:

 src/imap/imap-state.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 64c73e6bd397 -r 63ada4bc7508 src/imap/imap-state.c
--- a/src/imap/imap-state.c	Mon Aug 24 14:13:02 2015 +0300
+++ b/src/imap/imap-state.c	Mon Aug 24 14:32:52 2015 +0300
@@ -798,7 +798,7 @@
 };
 
 static struct {
-	enum imap_state_type_public type;
+	enum imap_state_type_internal type;
 	ssize_t (*import)(struct client *client, const unsigned char *data,
 			  size_t size, const char **error_r);
 } imap_states_internal[] = {


More information about the dovecot-cvs mailing list