1
0
mirror of https://github.com/bettercap/bettercap.git synced 2025-03-12 04:36:03 -07:00
This commit is contained in:
evilsocket 2018-02-08 01:30:06 +01:00
parent 4cd1fb14d7
commit b048d6a0e6

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