PERFORCE change 104648 for review

Michael Bushkov bushman at FreeBSD.org
Mon Aug 21 02:25:23 UTC 2006


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

Change 104648 by bushman at bushman_nss_ldap_cached_make on 2006/08/21 02:24:27

	Omit parsing errors in nss_ldap.conf

Affected files ...

.. //depot/projects/soc2006/nss_ldap_cached_openldap/src/lib/nss_ldap/ldapconf.c#2 edit

Differences ...

==== //depot/projects/soc2006/nss_ldap_cached_openldap/src/lib/nss_ldap/ldapconf.c#2 (text+ko) ====

@@ -599,7 +599,12 @@
 			break;
 		}
 
+#if 0
 		res = NSS_LDAP_PARSE_ERROR;
+#else
+		/* ignore parsing errors in this version */
+		continue;
+#endif
 	}
 	fclose(fin);
 	


More information about the p4-projects mailing list