aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim
diff options
context:
space:
mode:
Diffstat (limited to 'src/reclaim')
-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 /*