dovecot-2.0-sslstream: imap: Compiling fix.

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 02:55:25 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/38c307c7af2a
changeset: 10140:38c307c7af2a
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Oct 22 19:11:14 2009 -0400
description:
imap: Compiling fix.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/imap/main.c |    2 +-

diffs (12 lines):

diff -r 8e3fd502d54e -r 38c307c7af2a src/imap/main.c
--- a/src/imap/main.c	Thu Oct 22 19:10:48 2009 -0400
+++ b/src/imap/main.c	Thu Oct 22 19:11:14 2009 -0400
@@ -88,7 +88,7 @@ client_create_from_input(const struct ma
 {
 	struct mail_storage_service_user *user;
 	struct mail_user *mail_user;
-	struct client *imap_client;
+	struct client *client;
 	const struct imap_settings *set;
 
 	if (mail_storage_service_lookup_next(storage_service, input,


More information about the dovecot-cvs mailing list