1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-08 13:41:29 +00:00

Small change on code documentation.

This commit is contained in:
djalal
2010-09-09 12:59:35 +00:00
parent d2773a09a7
commit 73ca070916

View File

@@ -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;
}
}