changeset 1118:d7ac3c5eb831 HEAD

Don't complain about unexpected auth disconnections actually, that's normal during shutdown.
author Timo Sirainen <tss@iki.fi>
date Sat, 08 Feb 2003 16:10:40 +0200
parents 71c438e6a40f
children 5c9c681f13ff
files src/login-common/auth-connection.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/login-common/auth-connection.c	Sat Feb 08 16:09:27 2003 +0200
+++ b/src/login-common/auth-connection.c	Sat Feb 08 16:10:40 2003 +0200
@@ -236,7 +236,6 @@
 	case -1:
 		/* disconnected */
                 auth_reconnect = TRUE;
-		i_warning("Auth process disconnected unexpectedly");
 		auth_connection_destroy(conn);
 		return;
 	case -2: