imapserver.py removed unreacheable code
This code is not reacheable.
This commit is contained in:
parent
26668d29b0
commit
b860e93072
@ -361,9 +361,6 @@ class IMAPServer():
|
||||
except imapobj.error as e:
|
||||
self.gssapi = False
|
||||
raise
|
||||
else:
|
||||
self.gssapi = True
|
||||
self.gss_vc = None
|
||||
finally:
|
||||
self.connectionlock.release()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user