mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Connection bug fix
This commit is contained in:
parent
401494549b
commit
a6a58445cb
1 changed files with 0 additions and 1 deletions
|
@ -526,7 +526,6 @@ def disconnect_services(connections):
|
|||
|
||||
"""
|
||||
try:
|
||||
print connections
|
||||
if 'ldap' in connections:
|
||||
connections['ldap'].disconnect()
|
||||
if 'firewall' in connections:
|
||||
|
|
Loading…
Reference in a new issue