summaryrefslogtreecommitdiffstats
path: root/ipapython
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2015-04-23 12:03:49 +0200
committerPetr Vobornik <pvoborni@redhat.com>2015-05-07 18:13:57 +0200
commit7d10547ae3098b96762846ff36e813042a503d59 (patch)
tree226c200c3495a7e38653f4d9a9344d04108278f2 /ipapython
parentb88f5333ec039cf8a40c0377323554a451730ac7 (diff)
downloadfreeipa-7d10547ae3098b96762846ff36e813042a503d59.tar.gz
freeipa-7d10547ae3098b96762846ff36e813042a503d59.tar.xz
freeipa-7d10547ae3098b96762846ff36e813042a503d59.zip
allow to call ldap2.destroy_connection multiple times
A regression fix. Reviewed-By: Nathaniel McCallum <npmccallum@redhat.com>
Diffstat (limited to 'ipapython')
-rw-r--r--ipapython/ipaldap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipapython/ipaldap.py b/ipapython/ipaldap.py
index 75ff2177b..ef7c41a37 100644
--- a/ipapython/ipaldap.py
+++ b/ipapython/ipaldap.py
@@ -1089,7 +1089,7 @@ class LDAPClient(object):
"""
with self.error_handler():
self._flush_schema()
- self.conn.unbind_s()
+ self._conn.unbind_s()
def make_dn_from_attr(self, attr, value, parent_dn=None):
"""