mirror of
https://github.com/curl/curl.git
synced 2026-08-05 19:26:13 +03:00
switch order
This commit is contained in:
parent
ff21929902
commit
50b4999ea6
1 changed files with 1 additions and 2 deletions
|
|
@ -813,8 +813,7 @@ static int read_auth_val(curl_socket_t sock, uint64_t* buf)
|
|||
curl_socket_t win32_stdin_read_thread(void)
|
||||
{
|
||||
int rc = 0;
|
||||
static struct win_thread_data tdata =
|
||||
(struct win_thread_data){ CURL_SOCKET_BAD, NULL };
|
||||
static struct win_thread_data tdata = { NULL, CURL_SOCKET_BAD };
|
||||
static HANDLE stdin_thread = NULL;
|
||||
static curl_socket_t socket_r = CURL_SOCKET_BAD;
|
||||
curl_socket_t socket_l = CURL_SOCKET_BAD;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue