ing
This commit is contained in:
@@ -59,7 +59,7 @@ func Scan(discoverySession session.DiscoverySession) error {
|
||||
delay.Store(true)
|
||||
if h := handlePacketARP(zone, targetHosts, hosts, packet); nil != h {
|
||||
if h != nil {
|
||||
log.Println(h)
|
||||
discoverySession.AddHost(h)
|
||||
}
|
||||
|
||||
// resultChan <- h
|
||||
|
||||
Reference in New Issue
Block a user