mirror of
https://github.com/curl/curl.git
synced 2026-08-25 15:33:39 +03:00
oauth2: Don't use XOAUTH2 in OAuth 2.0 variables
This commit is contained in:
parent
4e3d396900
commit
eaa98cef8d
8 changed files with 14 additions and 13 deletions
|
|
@ -114,7 +114,7 @@ static void free_config_fields(struct OperationConfig *config)
|
|||
Curl_safefree(config->customrequest);
|
||||
Curl_safefree(config->krblevel);
|
||||
|
||||
Curl_safefree(config->xoauth2_bearer);
|
||||
Curl_safefree(config->oauth_bearer);
|
||||
|
||||
Curl_safefree(config->unix_socket_path);
|
||||
Curl_safefree(config->writeout);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue