- fix tests and linter issues

This commit is contained in:
Simon Zolin
2019-05-30 15:36:39 +03:00
parent 147344afa3
commit 3baa6919dc
8 changed files with 29 additions and 32 deletions

2
dns.go
View File

@@ -136,7 +136,7 @@ func asyncRDNSLoop() {
delete(dnsctx.rdnsIP, ip)
dnsctx.rdnsLock.Unlock()
clientAddHost(ip, host, ClientSourceRDNS)
_, _ = clientAddHost(ip, host, ClientSourceRDNS)
}
}