mirror of
https://github.com/curl/curl.git
synced 2025-09-20 19:12:40 +03:00
parent
20f757ef14
commit
4e74b9f592
|
@ -559,6 +559,7 @@ CURLcode Curl_SOCKS5_gssapi_negotiate(struct Curl_cfilter *cf,
|
||||||
*/
|
*/
|
||||||
return CURLE_OK;
|
return CURLE_OK;
|
||||||
error:
|
error:
|
||||||
|
(void)curlx_nonblock(sock, TRUE);
|
||||||
free(service_name);
|
free(service_name);
|
||||||
Curl_pSecFn->FreeCredentialsHandle(&cred_handle);
|
Curl_pSecFn->FreeCredentialsHandle(&cred_handle);
|
||||||
Curl_pSecFn->DeleteSecurityContext(&sspi_context);
|
Curl_pSecFn->DeleteSecurityContext(&sspi_context);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user