PERFORCE change 109030 for review

Michael Bushkov bushman at FreeBSD.org
Thu Nov 2 10:12:11 UTC 2006


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

Change 109030 by bushman at bushman_nss_ldap_cached on 2006/11/02 10:11:29

	Bug fix.

Affected files ...

.. //depot/projects/soc2006/nss_ldap_cached/src/lib/nss_ldap/ldapsearch.c#16 edit

Differences ...

==== //depot/projects/soc2006/nss_ldap_cached/src/lib/nss_ldap/ldapsearch.c#16 (text+ko) ====

@@ -756,8 +756,8 @@
 	char **values, **viter, *res, *rdn;
 	size_t type_len;
 	int rv;
-	
-	assert(rdn != NULL);
+
+	assert(sctx != NULL);	
 	assert(type != NULL);
 	assert(str != NULL);
 	assert(len != NULL);


More information about the p4-projects mailing list