Connection bug fix

This commit is contained in:
Kloadut 2012-10-14 17:48:52 +02:00
parent 401494549b
commit a6a58445cb

View file

@ -526,7 +526,6 @@ def disconnect_services(connections):
"""
try:
print connections
if 'ldap' in connections:
connections['ldap'].disconnect()
if 'firewall' in connections: