mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Allow splitting up hostgroups on different interfaces for IPv6.
This commit is contained in:
parent
08faad4ca5
commit
e4498838b7
1 changed files with 1 additions and 1 deletions
2
nmap.cc
2
nmap.cc
|
|
@ -1780,7 +1780,7 @@ int nmap_main(int argc, char *argv[]) {
|
|||
continue;
|
||||
}
|
||||
|
||||
if (o.af() == AF_INET && o.RawScan()) {
|
||||
if (o.RawScan()) {
|
||||
if (currenths->SourceSockAddr(NULL, NULL) != 0) {
|
||||
if (o.SourceSockAddr(&ss, &sslen) == 0) {
|
||||
currenths->setSourceSockAddr(&ss, sslen);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue