1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 21:21:31 +00:00

Revert r35895: unrelated changes were committed

This commit is contained in:
dmiller
2016-06-24 19:02:57 +00:00
parent a206569215
commit f6955c52e8
3 changed files with 12 additions and 51 deletions

View File

@@ -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:
1) Check the environment variable NMAP_ARGS.
3) Check the environment variable NMAP_ARGS.
2) Check if Nmap was called with --resume.
3) Resume a previous scan or just call nmap_main.
*/