mirror of
https://github.com/nmap/nmap.git
synced 2025-12-08 05:31:31 +00:00
Small change on code documentation.
This commit is contained in:
@@ -605,9 +605,9 @@ unsigned long NewTargets::push (const char *target) {
|
||||
if (o.debugging > 2)
|
||||
log_write(LOG_PLAIN, "New Targets: target %s is already in the queue.\n",
|
||||
tg.c_str());
|
||||
/* Return 1 when the target is already in the queue,
|
||||
* this will prevent returning 0 when the target queue
|
||||
* is empty since no target was added. */
|
||||
/* Return 1 when the target is already in the history cache,
|
||||
* this will prevent returning 0 when the target queue is
|
||||
* empty since no target was added. */
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user