mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Small change on code documentation.
This commit is contained in:
parent
d2773a09a7
commit
73ca070916
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue