summaryrefslogtreecommitdiff
path: root/imap/src/c-client/oauth2_aux.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2021-08-19 21:15:42 -0600
committerEduardo Chappa <chappa@washington.edu>2021-08-19 21:15:42 -0600
commit36ca37aa3d669a66a19100f4e2564d6cd1a1b999 (patch)
treed2a419ad3110cee07eb52552f202812cd0231d42 /imap/src/c-client/oauth2_aux.c
parente58edb33f71687cb0b12c10a6cea2db2f8a35011 (diff)
downloadalpine-36ca37aa3d669a66a19100f4e2564d6cd1a1b999.tar.xz
* Clear out some warnings given by gcc-10.
Diffstat (limited to 'imap/src/c-client/oauth2_aux.c')
-rw-r--r--imap/src/c-client/oauth2_aux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap/src/c-client/oauth2_aux.c b/imap/src/c-client/oauth2_aux.c
index bb4ddbcf..4ab538c7 100644
--- a/imap/src/c-client/oauth2_aux.c
+++ b/imap/src/c-client/oauth2_aux.c
@@ -104,7 +104,7 @@ JSON_S *oauth2_json_reply(OAUTH2_SERVER_METHOD_S RefreshMethod, OAUTH2_S *oauth2
{
JSON_S *json = NULL;
HTTP_PARAM_S params[OAUTH2_PARAM_NUMBER];
- HTTPSTREAM *stream;
+ HTTPSTREAM *stream = NIL;
unsigned char *s;
char *server = NULL;