[dovecot-cvs] dovecot/src/auth userdb-sql.c,1.14.2.2,1.14.2.3
tss at dovecot.org
tss at dovecot.org
Thu Dec 21 15:57:30 UTC 2006
Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv29234
Modified Files:
Tag: branch_1_0
userdb-sql.c
Log Message:
"Password query" -> "User query" in error messages.
Index: userdb-sql.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/userdb-sql.c,v
retrieving revision 1.14.2.2
retrieving revision 1.14.2.3
diff -u -d -r1.14.2.2 -r1.14.2.3
--- userdb-sql.c 9 Dec 2006 15:11:34 -0000 1.14.2.2
+++ userdb-sql.c 21 Dec 2006 15:57:28 -0000 1.14.2.3
@@ -66,12 +66,12 @@
if (uid == (uid_t)-1) {
auth_request_log_error(auth_request, "sql",
- "Password query didn't return uid, or it was NULL");
+ "User query didn't return uid, or it was NULL");
return NULL;
}
if (gid == (gid_t)-1) {
auth_request_log_error(auth_request, "sql",
- "Password query didn't return gid, or it was NULL");
+ "User query didn't return gid, or it was NULL");
return NULL;
}
More information about the dovecot-cvs
mailing list