mirror of
https://github.com/nmap/nmap.git
synced 2026-01-03 13:19:04 +00:00
Remove stray semicolon.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user