mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Remove stray semicolon.
This commit is contained in:
parent
a1a106defe
commit
5dbfba4799
1 changed files with 1 additions and 1 deletions
|
|
@ -392,7 +392,7 @@ const std::list<struct sockaddr_storage> &TargetGroup::get_resolved_addrs(void)
|
|||
/* is the current expression a named host */
|
||||
int TargetGroup::get_namedhost() const {
|
||||
return this->get_resolved_name() != NULL;
|
||||
};
|
||||
}
|
||||
|
||||
/* Lookahead is the number of hosts that can be
|
||||
checked (such as ping scanned) in advance. Randomize causes each
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue