nss-pam-ldapd commit: r1602 - in nss-pam-ldapd-0.7.15+squeeze: . nslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1602 - in nss-pam-ldapd-0.7.15+squeeze: . 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: r1602 - in nss-pam-ldapd-0.7.15+squeeze: . nslcd
- Date: Fri, 20 Jan 2012 15:34:14 +0100 (CET)
Author: arthur
Date: Fri Jan 20 15:34:13 2012
New Revision: 1602
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1602&view=revision
Log:
fix a typo in disconnect logic (merged r1561 from 0.7 branch, part of r1560
from 0.8)
Modified:
nss-pam-ldapd-0.7.15+squeeze/ (props changed)
nss-pam-ldapd-0.7.15+squeeze/nslcd/myldap.c
Modified: nss-pam-ldapd-0.7.15+squeeze/nslcd/myldap.c
==============================================================================
--- nss-pam-ldapd-0.7.15+squeeze/nslcd/myldap.c Fri Jan 20 15:25:28 2012
(r1601)
+++ nss-pam-ldapd-0.7.15+squeeze/nslcd/myldap.c Fri Jan 20 15:34:13 2012
(r1602)
@@ -1198,7 +1198,7 @@
}
/* close connection on some connection problems */
if
((rc==LDAP_UNAVAILABLE)||(rc==LDAP_SERVER_DOWN)||(rc==LDAP_SUCCESS)||
- (rc==LDAP_TIMELIMIT_EXCEEDED)|(rc==LDAP_OPERATIONS_ERROR)||
+ (rc==LDAP_TIMELIMIT_EXCEEDED)||(rc==LDAP_OPERATIONS_ERROR)||
(rc==LDAP_PROTOCOL_ERROR))
{
do_close(search->session);
--
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: r1602 - in nss-pam-ldapd-0.7.15+squeeze: . nslcd,
Commits of the nss-pam-ldapd project