Skip to content

Commit

Permalink
fix for wget and nostdin issue
Browse files Browse the repository at this point in the history
  • Loading branch information
micheloosterhof committed Nov 16, 2015
1 parent d5d0f49 commit 0e24a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cowrie/core/ssh.py
Expand Up @@ -397,7 +397,7 @@ def sendEOF(self):

def eofReceived(self):
log.msg('got eof')
self.sendClose()
session.SSHSession.eofReceived(self)

# utility function to request to send close for this session
def sendClose(self):
Expand Down

0 comments on commit 0e24a1c

Please sign in to comment.