aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/plugin_rest_openid_connect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/reclaim/plugin_rest_openid_connect.c')
-rw-r--r--src/reclaim/plugin_rest_openid_connect.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/reclaim/plugin_rest_openid_connect.c b/src/reclaim/plugin_rest_openid_connect.c
index e8561aed4..912350248 100644
--- a/src/reclaim/plugin_rest_openid_connect.c
+++ b/src/reclaim/plugin_rest_openid_connect.c
@@ -1395,9 +1395,6 @@ authorize_endpoint (struct GNUNET_REST_RequestHandle *con_handle,
1395 return; 1395 return;
1396 } 1396 }
1397 1397
1398 handle->ego_entry = handle->ego_head;
1399 handle->priv_key =
1400 *GNUNET_IDENTITY_ego_get_private_key (handle->ego_head->ego);
1401 // If we know this identity, translated the corresponding TLD 1398 // If we know this identity, translated the corresponding TLD
1402 // TODO: We might want to have a reverse lookup functionality for TLDs? 1399 // TODO: We might want to have a reverse lookup functionality for TLDs?
1403 for (tmp_ego = handle->ego_head; NULL != tmp_ego; tmp_ego = tmp_ego->next) 1400 for (tmp_ego = handle->ego_head; NULL != tmp_ego; tmp_ego = tmp_ego->next)