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
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1430 - nss-pam-ldapd/nslcd
- Date: Mon, 18 Apr 2011 23:30:08 +0200 (CEST)
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
- nss-pam-ldapd commit: r1430 - nss-pam-ldapd/nslcd,
Commits of the nss-pam-ldapd project