no message
This commit is contained in:
@ -332,7 +332,7 @@ func (s *SPS) OutToTCP(inConn *net.Conn) (err error) {
|
|||||||
if c, ok := s.userConns.Get(inAddr); ok {
|
if c, ok := s.userConns.Get(inAddr); ok {
|
||||||
(*c.(*net.Conn)).Close()
|
(*c.(*net.Conn)).Close()
|
||||||
}
|
}
|
||||||
s.userConns.Set(inAddr, &inConn)
|
s.userConns.Set(inAddr, inConn)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
func (s *SPS) InitBasicAuth() (err error) {
|
func (s *SPS) InitBasicAuth() (err error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user