]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Don't complain about unexpected auth disconnections actually, that's normal
authorTimo Sirainen <tss@iki.fi>
Sat, 8 Feb 2003 14:10:40 +0000 (16:10 +0200)
committerTimo Sirainen <tss@iki.fi>
Sat, 8 Feb 2003 14:10:40 +0000 (16:10 +0200)
during shutdown.

--HG--
branch : HEAD

src/login-common/auth-connection.c

index 36ea1df3717564bcefae726d8f8b99958f66e90a..b16e36a27141fea5f3550e90cdb806d6bd43bd11 100644 (file)
@@ -236,7 +236,6 @@ static void auth_input(void *context)
        case -1:
                /* disconnected */
                 auth_reconnect = TRUE;
-               i_warning("Auth process disconnected unexpectedly");
                auth_connection_destroy(conn);
                return;
        case -2: