mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 21:21:31 +00:00
Fix typo
This commit is contained in:
@@ -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
|
/* return value can be 0 without meaning EOF in some cases such as SSL
|
||||||
* renegotiations that require read/write socket operations but do not
|
* renegotiations that require read/write socket operations but do not
|
||||||
* have any application data. */
|
* have any application data. */
|
||||||
if(n == 0 && fdn->lasterr == 0) {
|
if(n == 0 && info->fdn.lasterr == 0) {
|
||||||
continue; /* Check pending */
|
continue; /* Check pending */
|
||||||
}
|
}
|
||||||
goto loop_end;
|
goto loop_end;
|
||||||
|
|||||||
Reference in New Issue
Block a user