From eaa98cef8d31e40327c4db672d401578733140d2 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Fri, 4 Sep 2015 07:11:09 +0100 Subject: oauth2: Don't use XOAUTH2 in OAuth 2.0 variables --- src/tool_cfgable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tool_cfgable.c') diff --git a/src/tool_cfgable.c b/src/tool_cfgable.c index 64f15ca27..6cd22815a 100644 --- a/src/tool_cfgable.c +++ b/src/tool_cfgable.c @@ -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); -- cgit v1.2.3