mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:51:41 +03:00
parent
b9cdcc7a17
commit
23eef2394c
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ static CURLcode dohprobe(struct Curl_easy *data,
|
|||
/* DOH private_data must be null because the user must have a way to
|
||||
distinguish their transfer's handle from DOH handles in user
|
||||
callbacks (ie SSL CTX callback). */
|
||||
DEBUGASSERT(!data->set.private_data);
|
||||
DEBUGASSERT(!doh->set.private_data);
|
||||
|
||||
if(curl_multi_add_handle(multi, doh))
|
||||
goto error;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue