mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Correct point numbering. Closes #282 by @anchitjain1234
This commit is contained in:
parent
f6955c52e8
commit
f4bcaadee0
1 changed files with 1 additions and 1 deletions
2
main.cc
2
main.cc
|
|
@ -165,7 +165,7 @@ extern void set_program_name(const char *name);
|
|||
int main(int argc, char *argv[]) {
|
||||
/* The "real" main is nmap_main(). This function hijacks control at the
|
||||
beginning to do the following:
|
||||
3) Check the environment variable NMAP_ARGS.
|
||||
1) Check the environment variable NMAP_ARGS.
|
||||
2) Check if Nmap was called with --resume.
|
||||
3) Resume a previous scan or just call nmap_main.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue