diff options
author | Martin Schanzenbach <mschanzenbach@posteo.de> | 2020-08-01 19:11:13 +0200 |
---|---|---|
committer | Martin Schanzenbach <mschanzenbach@posteo.de> | 2020-08-01 19:11:13 +0200 |
commit | 98e33e784dac20d69ba73696a5d39516fa8405c8 (patch) | |
tree | 2809bff32366014fd75206aa94d368786c5399c8 /src | |
parent | e44686f08df9c58a90efcaa7322511fce5267bde (diff) |
-fix redirect creation
Diffstat (limited to 'src')
-rw-r--r-- | src/reclaim/plugin_rest_openid_connect.c | 2 |
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) "address", &login_base_url)) { - GNUNET_buffer_write (&buf, login_base_url, 1); + GNUNET_buffer_write_str (&buf, login_base_url); GNUNET_buffer_write_fstr (&buf, "?%s=%s", OIDC_RESPONSE_TYPE_KEY, |