nss-pam-ldapd commit: r1560 - nss-pam-ldapd/nslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1560 - 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: r1560 - nss-pam-ldapd/nslcd
- Date: Fri, 9 Dec 2011 09:58:24 +0100 (CET)
Author: jhrozek
Date: Fri Dec 9 09:58:22 2011
New Revision: 1560
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1560&view=revision
Log:
Fix a typo in disconnect logic
Modified:
nss-pam-ldapd/nslcd/myldap.c
Modified: nss-pam-ldapd/nslcd/myldap.c
==============================================================================
--- nss-pam-ldapd/nslcd/myldap.c Thu Dec 8 22:34:30 2011 (r1559)
+++ nss-pam-ldapd/nslcd/myldap.c Fri Dec 9 09:58:22 2011 (r1560)
@@ -1245,7 +1245,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: r1560 - nss-pam-ldapd/nslcd,
Commits of the nss-pam-ldapd project