Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2006 02:25:21 GMT
From:      Michael Bushkov <bushman@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 104648 for review
Message-ID:  <200608210225.k7L2PLRs007029@repoman.freebsd.org>

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

Change 104648 by bushman@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);
 	



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