aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2015-09-04 07:11:09 +0100
committerSteve Holme <steve_holme@hotmail.com>2015-11-09 22:25:08 +0000
commiteaa98cef8d31e40327c4db672d401578733140d2 (patch)
treed196cbefae3756d1eb845def076d62cfd4fc1041 /lib/urldata.h
parent4e3d39690079121e173bd0319e1fa61bc95d31a3 (diff)
oauth2: Don't use XOAUTH2 in OAuth 2.0 variables
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h2
1 files changed, 1 insertions, 1 deletions
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 */