summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-11-02 16:57:45 +0100
committerChristian Grothoff <christian@grothoff.org>2023-11-02 16:57:45 +0100
commit713327e10549e82d9f3d6967bfd00d2d628aa259 (patch)
treea34310470d22239652dfda8d6c1bdfe6f01886e2
parent8eaf523f5f97356f782fb57ab0e0900f70c91ed1 (diff)
downloadexchange-713327e10549e82d9f3d6967bfd00d2d628aa259.tar.gz
exchange-713327e10549e82d9f3d6967bfd00d2d628aa259.tar.bz2
exchange-713327e10549e82d9f3d6967bfd00d2d628aa259.zip
-fix URL
-rw-r--r--src/kyclogic/plugin_kyclogic_oauth2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kyclogic/plugin_kyclogic_oauth2.c b/src/kyclogic/plugin_kyclogic_oauth2.c
index 8e7e3d3cd..65dcaf08d 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);