mirror of https://gogs.blitter.com/RLabs/xs
Reverted bad hkexnet.Close diff
This commit is contained in:
parent
673074d618
commit
74a64489e5
|
@ -433,8 +433,6 @@ func main() {
|
|||
conn, err := l.Accept()
|
||||
if err != nil {
|
||||
log.Printf("Accept() got error(%v), hanging up.\n", err)
|
||||
conn.Close()
|
||||
//log.Fatal(err)
|
||||
} else {
|
||||
log.Println("Accepted client")
|
||||
|
||||
|
|
Loading…
Reference in New Issue