summaryrefslogtreecommitdiff
path: root/imap/src/c-client/auth_bea.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-07-02 16:52:15 -0600
committerEduardo Chappa <chappa@washington.edu>2020-07-02 16:52:15 -0600
commite1a0f879f922ce6015fa9f9555525fee3968e187 (patch)
treeac6a0d4cc98a7651d9bbf44ca9615e219bcc82b4 /imap/src/c-client/auth_bea.c
parentfd6fa417350dff2ae92fdf95d34896240913f2e0 (diff)
downloadalpine-e1a0f879f922ce6015fa9f9555525fee3968e187.tar.xz
* Fix some compilation warnings in Windows. Reported by Barry Landy.
Diffstat (limited to 'imap/src/c-client/auth_bea.c')
-rw-r--r--imap/src/c-client/auth_bea.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/imap/src/c-client/auth_bea.c b/imap/src/c-client/auth_bea.c
index 66604a35..e5800427 100644
--- a/imap/src/c-client/auth_bea.c
+++ b/imap/src/c-client/auth_bea.c
@@ -48,7 +48,6 @@ long auth_oauthbearer_client (authchallenge_t challenger,authrespond_t responder
char *service,NETMBX *mb,void *stream, unsigned long port,
unsigned long *trial,char *user)
{
- char *u;
void *challenge;
unsigned long clen;
long ret = NIL;
@@ -114,7 +113,7 @@ long auth_oauthbearer_client (authchallenge_t challenger,authrespond_t responder
else {
char ports[10];
unsigned long rlen;
- char *t, *response;
+ char *response;
sprintf(ports, "%lu", port);
rlen = strlen(BEARER_ACCOUNT) + strlen(user) + 1 + 1