Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Feb 2007 15:56:12 GMT
From:      Michael Bushkov <bushman@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 114175 for review
Message-ID:  <200702071556.l17FuC2u094585@repoman.freebsd.org>

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

Change 114175 by bushman@bushman_nss_ldap_cached on 2007/02/07 15:55:59

	Default debug level changed to 1, higher level
	should be set via options file

Affected files ...

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

Differences ...

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

@@ -118,7 +118,7 @@
 static pthread_rwlock_t nss_ldap_lock = PTHREAD_RWLOCK_INITIALIZER;
 static struct nss_ldap_configuration nss_ldap_conf;
 struct nss_ldap_configuration *__nss_ldap_conf = NULL;
-int __nss_ldap_debug_level = 4;
+int __nss_ldap_debug_level = 1;
 
 static int nss_ldap_configure();
 static void nss_ldap_atexit();



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