Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Feb 2007 16:19:46 GMT
From:      Michael Bushkov <bushman@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 114181 for review
Message-ID:  <200702071619.l17GJk9r000384@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=114181

Change 114181 by bushman@bushman_nss_ldap_cached on 2007/02/07 16:19:13

	Minor bug

Affected files ...

.. //depot/projects/soc2006/nss_ldap_cached/src/lib/nss_ldap/ldap_passwd.c#20 edit

Differences ...

==== //depot/projects/soc2006/nss_ldap_cached/src/lib/nss_ldap/ldap_passwd.c#20 (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));			



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702071619.l17GJk9r000384>