Skip to content

Commit

Permalink
self
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Sep 9, 2014
1 parent 7a318bf commit 1de68de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib/ldap/ldapobject.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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
Expand Down Expand Up @@ -826,7 +826,7 @@ def reconnect(self,uri,retry_max=1,retry_delay=60.0):
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:
Expand Down

0 comments on commit 1de68de

Please sign in to comment.