mirror of
https://github.com/curl/curl.git
synced 2026-07-31 11:38:06 +03:00
tool_doswin.c comment, will
This commit is contained in:
parent
4cc499f532
commit
791f1693a2
1 changed files with 2 additions and 2 deletions
|
|
@ -710,8 +710,8 @@ struct win_thread_data {
|
|||
/* This is the listen socket for the thread. It is closed after the first
|
||||
connection. */
|
||||
curl_socket_t socket_l;
|
||||
/* This is the random number which the background thread will use to verify
|
||||
* the peer. */
|
||||
/* This is the random number which the background thread uses to verify
|
||||
the peer. */
|
||||
uint64_t expected_auth_val;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue