mirror of
https://gogs.blitter.com/RLabs/xs
synced 2024-08-14 10:26:42 +00:00
Reverted bad hkexnet.Close diff
This commit is contained in:
parent
673074d618
commit
74a64489e5
1 changed files with 0 additions and 2 deletions
|
@ -433,8 +433,6 @@ func main() {
|
||||||
conn, err := l.Accept()
|
conn, err := l.Accept()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Printf("Accept() got error(%v), hanging up.\n", err)
|
log.Printf("Accept() got error(%v), hanging up.\n", err)
|
||||||
conn.Close()
|
|
||||||
//log.Fatal(err)
|
|
||||||
} else {
|
} else {
|
||||||
log.Println("Accepted client")
|
log.Println("Accepted client")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue