mirror of
https://github.com/aljazceru/cowrie.git
synced 2026-01-31 12:04:24 +01:00
Fix exception in connectionLost due to not passing self (#382)
This commit is contained in:
committed by
Michel Oosterhof
parent
cde3f71d4b
commit
1a0ed7baa6
@@ -78,7 +78,7 @@ class HoneyPotTelnetSession(TelnetBootstrapProtocol):
|
||||
# XXX verify if HoneyPotTelnetAuthProtocol's connectionLost fires otherwise
|
||||
# we'll have to reimplement some of the stuff here
|
||||
"""
|
||||
TelnetBootstrapProtocol.connectionLost(reason)
|
||||
TelnetBootstrapProtocol.connectionLost(self, reason)
|
||||
self.server = None
|
||||
self.cfg = None
|
||||
self.avatar = None
|
||||
|
||||
Reference in New Issue
Block a user