diff --git a/nxc/protocols/ldap.py b/nxc/protocols/ldap.py index f2871194..5638a705 100644 --- a/nxc/protocols/ldap.py +++ b/nxc/protocols/ldap.py @@ -288,7 +288,7 @@ class ldap(connection): try: # DC's seem to want us to logoff first, windows workstations sometimes reset the connection self.conn.logoff() - except Exception Exception: + except Exception: pass if self.args.domain: