lists.arthurdejong.org
RSS feed

nss-pam-ldapd commit: r1430 - nss-pam-ldapd/nslcd

[Date Prev][Date Next] [Thread Prev][Thread Next]

nss-pam-ldapd commit: r1430 - nss-pam-ldapd/nslcd



Author: arthur
Date: Mon Apr 18 23:30:05 2011
New Revision: 1430
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1430

Log:
fix r1429 to properly handle absence of RTLD_NODELETE

Modified:
   nss-pam-ldapd/nslcd/nslcd.c

Modified: nss-pam-ldapd/nslcd/nslcd.c
==============================================================================
--- nss-pam-ldapd/nslcd/nslcd.c Mon Apr 18 22:53:03 2011        (r1429)
+++ nss-pam-ldapd/nslcd/nslcd.c Mon Apr 18 23:30:05 2011        (r1430)
@@ -614,7 +614,7 @@
 #ifdef RTLD_NODELETE
   handle=dlopen(NSS_LDAP_SONAME,RTLD_LAZY|RTLD_NODELETE);
 #else /* not RTLD_NODELETE */
-  handle=dlopen(NSS_LDAP_SONAME,RTLD_LAZY|RTLD_NODELETE);
+  handle=dlopen(NSS_LDAP_SONAME,RTLD_LAZY);
 #endif /* RTLD_NODELETE */
   if (handle==NULL)
   {
-- 
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits