[dovecot-cvs] dovecot/src/master auth-process.c,1.35,1.36

cras at procontrol.fi cras at procontrol.fi
Mon Feb 10 09:38:03 EET 2003


Update of /home/cvs/dovecot/src/master
In directory danu:/tmp/cvs-serv12629

Modified Files:
	auth-process.c 
Log Message:
i_error, not i_panic..



Index: auth-process.c
===================================================================
RCS file: /home/cvs/dovecot/src/master/auth-process.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- auth-process.c	10 Feb 2003 07:30:57 -0000	1.35
+++ auth-process.c	10 Feb 2003 07:38:01 -0000	1.36
@@ -67,7 +67,7 @@
 	}
 
 	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;
 	}




More information about the dovecot-cvs mailing list