aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-11-02 16:10:01 +0100
committerChristian Grothoff <christian@grothoff.org>2023-11-02 16:10:01 +0100
commite423748043d161421bd0cc3800c3c2fcecc28800 (patch)
tree7efaea082a107d58db262f6f7aeca5cc83f401aa
parentc3741f0d61637382ad72693a655a0eeffb4174d4 (diff)
downloadexchange-e423748043d161421bd0cc3800c3c2fcecc28800.tar.gz
exchange-e423748043d161421bd0cc3800c3c2fcecc28800.tar.bz2
exchange-e423748043d161421bd0cc3800c3c2fcecc28800.zip
-typo
-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 6e6051b6f..9bf9be1bc 100644
--- a/src/kyclogic/plugin_kyclogic_oauth2.c
+++ b/src/kyclogic/plugin_kyclogic_oauth2.c
@@ -429,7 +429,7 @@ oauth2_load_configuration (void *cls,
pd->authorize_url = GNUNET_strndup (s,
extra - s);
GNUNET_asprintf (&pd->setup_url,
- "%.*s/setup/s",
+ "%.*s/setup/%s",
(int) (slash - s),
s,
pd->client_id);