aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2020-12-11 17:59:30 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2020-12-11 17:59:30 +0900
commit89fa3061a8497d006ebbfba2c038091754023b8f (patch)
tree3bea550f3b50a158d8f725941d2e297abbadd259 /src
parentf3775958c33fb56835b161d1b3e5626690ee6afc (diff)
downloadgnunet-89fa3061a8497d006ebbfba2c038091754023b8f.tar.gz
gnunet-89fa3061a8497d006ebbfba2c038091754023b8f.zip
-fix
Diffstat (limited to 'src')
-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 8d21a5c99..921132d44 100644
--- a/src/reclaim/plugin_rest_openid_connect.c
+++ b/src/reclaim/plugin_rest_openid_connect.c
@@ -2020,7 +2020,7 @@ token_endpoint (struct GNUNET_REST_RequestHandle *con_handle,
2020 char *id_token; 2020 char *id_token;
2021 char *access_token; 2021 char *access_token;
2022 char *jwt_secret; 2022 char *jwt_secret;
2023 char *nonce; 2023 char *nonce = NULL;
2024 char *code_verifier; 2024 char *code_verifier;
2025 2025
2026 /* 2026 /*