1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00
This commit is contained in:
dmiller
2023-01-05 23:46:20 +00:00
parent ad9d7b7a1b
commit bbd481b271

View File

@@ -437,7 +437,7 @@ static DWORD WINAPI subprocess_thread_func(void *data)
/* return value can be 0 without meaning EOF in some cases such as SSL
* renegotiations that require read/write socket operations but do not
* have any application data. */
if(n == 0 && fdn->lasterr == 0) {
if(n == 0 && info->fdn.lasterr == 0) {
continue; /* Check pending */
}
goto loop_end;