[Commits] [SCM] claws branch, gtk2, updated. 3.19.0-49-g3d75fe5a4
paul at claws-mail.org
paul at claws-mail.org
Sat Jul 23 11:21:59 UTC 2022
The branch, gtk2 has been updated
via 3d75fe5a456052727922f4e357e158b45cf57946 (commit)
from 5d76d2a7f5e5fa75f97e6071e671d50713e69a13 (commit)
Summary of changes:
src/oauth2.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 3d75fe5a456052727922f4e357e158b45cf57946
Author: Paul <paul at claws-mail.org>
Date: Sat Jul 23 12:20:52 2022 +0100
remove unused variable
diff --git a/src/oauth2.c b/src/oauth2.c
index c167cb632..ef87b6cf4 100644
--- a/src/oauth2.c
+++ b/src/oauth2.c
@@ -215,7 +215,7 @@ int oauth2_obtain_tokens (Oauth2Service provider, OAUTH2Data *OAUTH2Data, const
gchar *request;
gchar *response;
gchar *body;
- gchar *uri, *uri2;
+ gchar *uri;
gchar *header;
gchar *tmp_hd, *tmp_hd_encoded;
gchar *access_token;
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list