mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Add a missing IFF_IPMP #ifdef guard.
This commit is contained in:
parent
2f21e49cfb
commit
7a9e7c502e
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue