[dovecot-cvs] dovecot/src/auth userdb.c,1.25,1.25.2.1

tss at dovecot.org tss at dovecot.org
Fri Nov 3 22:00:04 UTC 2006


Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv5093

Modified Files:
      Tag: branch_1_0
	userdb.c 
Log Message:
Error message string update.



Index: userdb.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/userdb.c,v
retrieving revision 1.25
retrieving revision 1.25.2.1
diff -u -d -r1.25 -r1.25.2.1
--- userdb.c	14 Jan 2006 18:47:20 -0000	1.25
+++ userdb.c	3 Nov 2006 22:00:01 -0000	1.25.2.1
@@ -56,7 +56,7 @@
 	if (pw == NULL) {
 		if (request != NULL) {
 			auth_request_log_error(request, "userdb",
-					       "Invalid UID field '%s'", str);
+					       "Invalid UID value '%s'", str);
 		}
 		return (uid_t)-1;
 	}
@@ -77,7 +77,7 @@
 	if (gr == NULL) {
 		if (request != NULL) {
 			auth_request_log_error(request, "userdb",
-					       "Invalid GID field '%s'", str);
+					       "Invalid GID value '%s'", str);
 		}
 		return (gid_t)-1;
 	}



More information about the dovecot-cvs mailing list