gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -fix URL


From: gnunet
Subject: [taler-exchange] branch master updated: -fix URL
Date: Thu, 02 Nov 2023 16:57:48 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 713327e1 -fix URL
713327e1 is described below

commit 713327e10549e82d9f3d6967bfd00d2d628aa259
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Nov 2 16:57:45 2023 +0100

    -fix URL
---
 src/kyclogic/plugin_kyclogic_oauth2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/kyclogic/plugin_kyclogic_oauth2.c 
b/src/kyclogic/plugin_kyclogic_oauth2.c
index 8e7e3d3c..65dcaf08 100644
--- a/src/kyclogic/plugin_kyclogic_oauth2.c
+++ b/src/kyclogic/plugin_kyclogic_oauth2.c
@@ -630,7 +630,7 @@ handle_curl_setup_finished (void *cls,
       }
       GNUNET_asprintf (&url,
                        "%s/%s",
-                       pd->setup_url,
+                       pd->authorize_url,
                        nonce);
       initiate_with_url (ih,
                          url);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]