PERFORCE change 114182 for review

Michael Bushkov bushman at FreeBSD.org
Wed Feb 7 16:19:47 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=114182

Change 114182 by bushman at bushman_nss_ldap_cached on 2007/02/07 16:19:38

	IFC

Affected files ...

.. //depot/projects/soc2006/nss_ldap_cached_openldap/nss_ldap_port/src/ldap_passwd.c#4 integrate

Differences ...

==== //depot/projects/soc2006/nss_ldap_cached_openldap/nss_ldap_port/src/ldap_passwd.c#4 (text+ko) ====

@@ -323,7 +323,7 @@
 		else {
 			pwd->pw_change = 0;
 			__nss_ldap_log(NSS_LDAP_LL_WARN_INT, 
-			    "nss_ldap_parse_passwd: ",
+			    "nss_ldap_parse_passwd: "
 			    "can't assign %s, error %d (%s)",
 			    _ATM(schema, PASSWD, shadowLastChange), rv,
 			    __nss_ldap_err2str(rv));			
@@ -337,7 +337,7 @@
 	else {
 		pwd->pw_expire = 0;
 		__nss_ldap_log(NSS_LDAP_LL_WARN_INT, 
-		    "nss_ldap_parse_passwd: ",
+		    "nss_ldap_parse_passwd: "
 		    "can't assign %s, error %d (%s)",
 		    _ATM(schema, PASSWD, shadowExpire), rv,
 		    __nss_ldap_err2str(rv));			


More information about the p4-projects mailing list