aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/plugin_rest_openid_connect.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-08-01 19:11:13 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-08-01 19:11:13 +0200
commit98e33e784dac20d69ba73696a5d39516fa8405c8 (patch)
tree2809bff32366014fd75206aa94d368786c5399c8 /src/reclaim/plugin_rest_openid_connect.c
parente44686f08df9c58a90efcaa7322511fce5267bde (diff)
downloadgnunet-98e33e784dac20d69ba73696a5d39516fa8405c8.tar.gz
gnunet-98e33e784dac20d69ba73696a5d39516fa8405c8.zip
-fix redirect creation
Diffstat (limited to 'src/reclaim/plugin_rest_openid_connect.c')
-rw-r--r--src/reclaim/plugin_rest_openid_connect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reclaim/plugin_rest_openid_connect.c b/src/reclaim/plugin_rest_openid_connect.c
index 4383f16ab..69bbb7af7 100644
--- a/src/reclaim/plugin_rest_openid_connect.c
+++ b/src/reclaim/plugin_rest_openid_connect.c
@@ -865,7 +865,7 @@ login_redirect (void *cls)
865 "address", 865 "address",
866 &login_base_url)) 866 &login_base_url))
867 { 867 {
868 GNUNET_buffer_write (&buf, login_base_url, 1); 868 GNUNET_buffer_write_str (&buf, login_base_url);
869 GNUNET_buffer_write_fstr (&buf, 869 GNUNET_buffer_write_fstr (&buf,
870 "?%s=%s", 870 "?%s=%s",
871 OIDC_RESPONSE_TYPE_KEY, 871 OIDC_RESPONSE_TYPE_KEY,