fix: remove extra Exception
parent
33d2dc2785
commit
35333504ea
|
@ -288,7 +288,7 @@ class ldap(connection):
|
||||||
try:
|
try:
|
||||||
# DC's seem to want us to logoff first, windows workstations sometimes reset the connection
|
# DC's seem to want us to logoff first, windows workstations sometimes reset the connection
|
||||||
self.conn.logoff()
|
self.conn.logoff()
|
||||||
except Exception Exception:
|
except Exception:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
if self.args.domain:
|
if self.args.domain:
|
||||||
|
|
Loading…
Reference in New Issue