[dovecot-cvs] dovecot/src/login-common auth-connection.c,1.6,1.7

cras at procontrol.fi cras at procontrol.fi
Sat Feb 8 16:10:42 EET 2003


Update of /home/cvs/dovecot/src/login-common
In directory danu:/tmp/cvs-serv16230

Modified Files:
	auth-connection.c 
Log Message:
Don't complain about unexpected auth disconnections actually, that's normal
during shutdown.



Index: auth-connection.c
===================================================================
RCS file: /home/cvs/dovecot/src/login-common/auth-connection.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- auth-connection.c	8 Feb 2003 12:24:54 -0000	1.6
+++ auth-connection.c	8 Feb 2003 14:10:40 -0000	1.7
@@ -236,7 +236,6 @@
 	case -1:
 		/* disconnected */
                 auth_reconnect = TRUE;
-		i_warning("Auth process disconnected unexpectedly");
 		auth_connection_destroy(conn);
 		return;
 	case -2:




More information about the dovecot-cvs mailing list