[Commits] [SCM] claws branch, master, updated. 4.1.0-43-gfd4c5f697

paul at claws-mail.org paul at claws-mail.org
Sat Jul 23 11:20:55 UTC 2022


The branch, master has been updated
       via  fd4c5f697ecb3fda07b0d8de7d7cf09b8bd111b6 (commit)
      from  cfecbde1396e473af1b9567e91e823b1ad566b46 (commit)

Summary of changes:
 src/oauth2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit fd4c5f697ecb3fda07b0d8de7d7cf09b8bd111b6
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 896d3bb88..6108984ba 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