aboutsummaryrefslogtreecommitdiff
path: root/src/kyclogic/plugin_kyclogic_oauth2.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-07 21:48:38 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-07 21:48:38 +0200
commitd4fb0695ceb2f1c1ceb0ef1fc6fdded668396d4d (patch)
treec0b22d81dd015c5cb3d679e11ebc93d2696294d6 /src/kyclogic/plugin_kyclogic_oauth2.c
parent6e831da22a88216574f1150d5d0c2f846a642a80 (diff)
-start kyc-tester helper
Diffstat (limited to 'src/kyclogic/plugin_kyclogic_oauth2.c')
-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 ac13355e..42f195be 100644
--- a/src/kyclogic/plugin_kyclogic_oauth2.c
+++ b/src/kyclogic/plugin_kyclogic_oauth2.c
@@ -975,7 +975,7 @@ oauth2_webhook (void *cls,
TALER_KYCLOGIC_ProviderLookupCallback plc,
void *plc_cls,
const char *http_method,
- const char *url_path[],
+ const char *const url_path[],
struct MHD_Connection *connection,
const json_t *body,
TALER_KYCLOGIC_WebhookCallback cb,