[dovecot-cvs] dovecot/src/lib-auth auth-server-request.c,1.20,1.21
cras at dovecot.org
cras at dovecot.org
Fri Jan 7 19:24:14 EET 2005
Update of /var/lib/cvs/dovecot/src/lib-auth
In directory talvi:/tmp/cvs-serv11179
Modified Files:
auth-server-request.c
Log Message:
typofix
Index: auth-server-request.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-auth/auth-server-request.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- auth-server-request.c 16 Dec 2004 01:41:25 -0000 1.20
+++ auth-server-request.c 7 Jan 2005 17:24:12 -0000 1.21
@@ -207,7 +207,7 @@
list = t_strsplit(args, "\t");
if (list[0] == NULL) {
- i_error("BUG: Authentication server sent broken OK line");
+ i_error("BUG: Authentication server sent broken FAIL line");
return FALSE;
}
More information about the dovecot-cvs
mailing list