Connection bug fix

This commit is contained in:
Kloadut 2012-10-14 17:48:52 +02:00 committed by Alexis Gavoty
parent 59fc6cc3fc
commit 8bb1cf65cc

View file

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