From e4498838b7b13d6c668fb292c54b798613b4931c Mon Sep 17 00:00:00 2001 From: david Date: Fri, 17 Jun 2011 05:47:31 +0000 Subject: [PATCH] Allow splitting up hostgroups on different interfaces for IPv6. --- nmap.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmap.cc b/nmap.cc index 6f20d1a0e..e6bb5e952 100644 --- a/nmap.cc +++ b/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);