From ce4873fa51d17776814f72035c81c71f5c329968 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Thu, 31 Jan 2019 18:17:26 +0100 Subject: [PATCH] move to empty label in OIDC --- src/rest-plugins/plugin_rest_openid_connect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rest-plugins/plugin_rest_openid_connect.c b/src/rest-plugins/plugin_rest_openid_connect.c index d7c0b4977..5fa17076d 100644 --- a/src/rest-plugins/plugin_rest_openid_connect.c +++ b/src/rest-plugins/plugin_rest_openid_connect.c @@ -1177,7 +1177,7 @@ client_redirect (void *cls) /* Lookup client redirect uri to verify request */ handle->gns_op = GNUNET_GNS_lookup (handle->gns_handle, - "+", + GNUNET_GNS_EMPTY_LABEL_AT, &handle->oidc->client_pkey, GNUNET_GNSRECORD_TYPE_RECLAIM_OIDC_REDIRECT, GNUNET_GNS_LO_DEFAULT, -- 2.25.1