mirror of
https://github.com/nmap/nmap.git
synced 2025-12-27 09:59:04 +00:00
Add a missing IFF_IPMP #ifdef guard.
This commit is contained in:
@@ -954,9 +954,11 @@ intf_loop(intf_t *intf, intf_handler callback, void *arg)
|
||||
;
|
||||
else
|
||||
return (-1);
|
||||
#ifdef IFF_IPMP
|
||||
if (lifr->lifr_flags & IFF_IPMP) {
|
||||
continue;
|
||||
}
|
||||
#endif
|
||||
|
||||
if (_intf_get_noalias(intf, entry) < 0)
|
||||
return (-1);
|
||||
|
||||
Reference in New Issue
Block a user