fix: remove extra Exception

main
Marshall Hallenbeck 2023-10-12 14:30:03 -04:00
parent 33d2dc2785
commit 35333504ea
1 changed files with 1 additions and 1 deletions

View File

@ -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: