-: add one more test

This commit is contained in:
Andrey Meshkov
2019-12-23 17:12:50 +03:00
parent 6bf512f96f
commit 3dd91cf179
3 changed files with 7 additions and 3 deletions

View File

@@ -445,6 +445,7 @@ func (clients *clientsContainer) SetWhoisInfo(ip string, info [][]string) {
return
}
// Create a ClientHost implicitly so that we don't do this check again
ch = &ClientHost{
Source: ClientSourceWHOIS,
}
@@ -525,7 +526,6 @@ func (clients *clientsContainer) addFromHostsFile() {
// The command's output is:
// HOST (IP) at MAC on IFACE
func (clients *clientsContainer) addFromSystemARP() {
if runtime.GOOS == "windows" {
return
}