From 1de68de7e0a8c40f9429f6a4f4ca54b962e6fe4f Mon Sep 17 00:00:00 2001 From: stroeder Date: Tue, 9 Sep 2014 10:14:47 +0000 Subject: [PATCH] self --- Lib/ldap/ldapobject.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/ldap/ldapobject.py b/Lib/ldap/ldapobject.py index c2d4dde..8c6a9a0 100644 --- a/Lib/ldap/ldapobject.py +++ b/Lib/ldap/ldapobject.py @@ -3,7 +3,7 @@ ldapobject.py - wraps class _ldap.LDAPObject See http://www.python-ldap.org/ for details. -\$Id: ldapobject.py,v 1.140 2014/09/08 19:48:11 stroeder Exp $ +\$Id: ldapobject.py,v 1.141 2014/09/09 10:14:47 stroeder Exp $ Compability: - Tested with Python 2.0+ but should work with Python 1.5.x @@ -826,7 +826,7 @@ class ReconnectLDAPObject(SimpleLDAPObject): self._restore_options() # StartTLS extended operation in case this was called before if self._start_tls: - SimpleLDAPObject.start_tls_s() + SimpleLDAPObject.start_tls_s(self) # Repeat last simple or SASL bind self._apply_last_bind() except (ldap.SERVER_DOWN,ldap.TIMEOUT),e: