]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
i_error, not i_panic..
authorTimo Sirainen <tss@iki.fi>
Mon, 10 Feb 2003 07:38:01 +0000 (09:38 +0200)
committerTimo Sirainen <tss@iki.fi>
Mon, 10 Feb 2003 07:38:01 +0000 (09:38 +0200)
--HG--
branch : HEAD

src/master/auth-process.c

index ec25d524bb92cc5a29b8e3bb01da0c1d99e3c3d5..591099e75a1684f8e6b0c7b690bd1ca1c1f39789 100644 (file)
@@ -67,7 +67,7 @@ static int handle_reply(struct auth_process *process,
        }
 
        if (data[nul_pos] != '\0') {
-               i_panic("Auth process %s sent invalid reply",
+               i_error("Auth process %s sent invalid reply",
                        dec2str(process->pid));
                return FALSE;
        }