This commit is contained in:
evilsocket 2018-02-08 01:30:06 +01:00
commit b048d6a0e6

View file

@ -101,7 +101,7 @@ func (s *Session) exitHandler(args []string, sess *Session) error {
}
s.Active = false
s.Input.Close()
// s.Input.Close()
return nil
}