From b048d6a0e6470aeaa731244fb011e5c3c139b70f Mon Sep 17 00:00:00 2001 From: evilsocket Date: Thu, 8 Feb 2018 01:30:06 +0100 Subject: [PATCH] balls --- session/session_core_handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/session/session_core_handlers.go b/session/session_core_handlers.go index 8f23b5d1..d30889ad 100644 --- a/session/session_core_handlers.go +++ b/session/session_core_handlers.go @@ -101,7 +101,7 @@ func (s *Session) exitHandler(args []string, sess *Session) error { } s.Active = false - s.Input.Close() + // s.Input.Close() return nil }