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 --- lib/urldata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/urldata.h') diff --git a/lib/urldata.h b/lib/urldata.h index 4500623c1..fbed8f823 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -915,7 +915,7 @@ struct connectdata { char *passwd; /* password string, allocated */ char *options; /* options string, allocated */ - char *xoauth2_bearer; /* bearer token for OAuth 2.0, allocated */ + char *oauth_bearer; /* bearer token for OAuth 2.0, allocated */ char *proxyuser; /* proxy user name string, allocated */ char *proxypasswd; /* proxy password string, allocated */ -- cgit v1.2.3