mirror of
https://github.com/nmap/nmap.git
synced 2025-12-20 22:49:01 +00:00
Improved a couple of indents which I messed-up in the last commit.
This commit is contained in:
@@ -378,7 +378,7 @@ int TargetGroup::get_next_host(struct sockaddr_storage *ss, size_t *sslen) {
|
||||
struct sockaddr_in *sin = (struct sockaddr_in *) ss;
|
||||
struct sockaddr_in6 *sin6 = (struct sockaddr_in6 *) ss;
|
||||
startover: /* to handle nmap --resume where I have already
|
||||
scanned many of the IPs */
|
||||
* scanned many of the IPs */
|
||||
assert(ss);
|
||||
assert(sslen);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user