Update net.go

This commit is contained in:
ANOTHEL 2018-11-27 20:55:43 +09:00 committed by GitHub
parent 30e5860a5f
commit 4a6f8f59fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -571,8 +571,7 @@ loop:
if n.state == unknown {
net.ping(n, n.addr())
}
return nil
return nil
})
case <-statsDump.C: