mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:53:46 +03:00
curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the tool
This commit is contained in:
parent
a14d72ca2f
commit
a9499ff136
14 changed files with 358 additions and 4 deletions
|
|
@ -133,6 +133,7 @@ static void free_config_fields(struct OperationConfig *config)
|
|||
Curl_safefree(config->krblevel);
|
||||
|
||||
Curl_safefree(config->oauth_bearer);
|
||||
Curl_safefree(config->sasl_authzid);
|
||||
|
||||
Curl_safefree(config->unix_socket_path);
|
||||
Curl_safefree(config->writeout);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue