mirror of
https://github.com/curl/curl.git
synced 2026-07-06 02:47:20 +03:00
fixes
This commit is contained in:
parent
2f6eec2c77
commit
a0f358bd7f
28 changed files with 77 additions and 75 deletions
|
|
@ -3186,7 +3186,7 @@ static CURLcode ssh_pollset(struct Curl_easy *data,
|
|||
if(waitfor & REQ_IO_SEND)
|
||||
flags |= CURL_POLL_OUT;
|
||||
DEBUGASSERT(flags);
|
||||
CURL_TRC_SSH(data, "pollset, flags=%x", flags);
|
||||
CURL_TRC_SSH(data, "pollset, flags=%x", (unsigned int)flags);
|
||||
return Curl_pollset_change(data, ps, sock, flags, 0);
|
||||
}
|
||||
/* While we still have a session, we listen incoming data. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue