mirror of
https://github.com/ChronosX88/nesca.git
synced 2024-11-23 18:52:19 +00:00
Deprecated data saving fix.
This commit is contained in:
parent
b55618722f
commit
72826577b3
@ -1387,11 +1387,11 @@ void MainStarter::start(const char* targets, const char* ports) {
|
|||||||
else if (gMode == 1) startDNSScan();
|
else if (gMode == 1) startDNSScan();
|
||||||
else startImportScan();
|
else startImportScan();
|
||||||
|
|
||||||
saveBackup = false;
|
|
||||||
|
|
||||||
stt->doEmitionYellowFoundData("Stopping threads...");
|
stt->doEmitionYellowFoundData("Stopping threads...");
|
||||||
|
|
||||||
while (cons > 0 || jsonArr->size() > 0) Sleep(2000);
|
while (cons > 0 || jsonArr->size() > 0) Sleep(2000);
|
||||||
|
saveBackupToFile();
|
||||||
|
saveBackup = false;
|
||||||
|
|
||||||
thread_cleanup();
|
thread_cleanup();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user