mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 09:37:02 +00:00
committed by
James Hillyerd
parent
fdcb29a52b
commit
00dad88bde
@@ -142,7 +142,6 @@ func (s *Server) startSession(id int, conn net.Conn) {
|
||||
}()
|
||||
|
||||
ssn := NewSession(s, id, conn, logger)
|
||||
defer ssn.text.Close()
|
||||
ssn.greet()
|
||||
|
||||
// This is our command reading loop
|
||||
|
||||
Reference in New Issue
Block a user