*(home): fix golint issues
This commit is contained in:
committed by
Simon Zolin
parent
d7f256ba7f
commit
4e76013334
@@ -378,7 +378,7 @@ func (clients *clientsContainer) addFromDHCP() {
|
||||
if len(l.Hostname) == 0 {
|
||||
continue
|
||||
}
|
||||
config.clients.AddHost(l.IP.String(), l.Hostname, ClientSourceDHCP)
|
||||
_, _ = config.clients.AddHost(l.IP.String(), l.Hostname, ClientSourceDHCP)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user