mirror of
https://github.com/curl/curl.git
synced 2026-07-15 20:07:19 +03:00
doh: (void)-prefix call to curl_easy_setopt
This commit is contained in:
parent
78fc6522c2
commit
6a40e6f8be
1 changed files with 1 additions and 1 deletions
|
|
@ -359,7 +359,7 @@ static CURLcode dohprobe(struct Curl_easy *data,
|
|||
(data->set.ssl.auto_client_cert ?
|
||||
CURLSSLOPT_AUTO_CLIENT_CERT : 0);
|
||||
|
||||
curl_easy_setopt(doh, CURLOPT_SSL_OPTIONS, mask);
|
||||
(void)curl_easy_setopt(doh, CURLOPT_SSL_OPTIONS, mask);
|
||||
}
|
||||
|
||||
doh->set.fmultidone = doh_done;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue