mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Declare the 'new_targets' inside the NOLUA conditional directives.
This commit is contained in:
parent
4e87a1df42
commit
ae90b1b6f8
1 changed files with 1 additions and 1 deletions
2
nmap.cc
2
nmap.cc
|
|
@ -1501,9 +1501,9 @@ int nmap_main(int argc, char *argv[]) {
|
|||
time_t timep;
|
||||
char mytime[128];
|
||||
addrset exclude_group;
|
||||
#ifndef NOLUA
|
||||
/* Only NSE scripts can add targets */
|
||||
NewTargets *new_targets = NULL;
|
||||
#ifndef NOLUA
|
||||
/* Pre-Scan and Post-Scan script results datastructure */
|
||||
ScriptResults *script_scan_results = NULL;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue