use Connectible.disconnect() instead of .destroy_connection()

Destroy connection is an internal function of Connectible and therefore
it should not be used directly.

https://fedorahosted.org/freeipa/ticket/4991

Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
This commit is contained in:
Petr Vobornik
2015-04-24 13:09:47 +02:00
parent 7d10547ae3
commit 375eb75833
2 changed files with 3 additions and 3 deletions

View File

@@ -852,7 +852,7 @@ class user_status(LDAPQuery):
count += 1
if host != api.env.host:
other_ldap.destroy_connection()
other_ldap.disconnect()
return dict(result=entries,
count=count,