gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: do not check for existing e


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: do not check for existing egos...
Date: Fri, 17 May 2019 13:48:08 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 523739685 do not check for existing egos...
523739685 is described below

commit 523739685f22709fd611d7d729da3d5b57c77ce7
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Fri May 17 13:47:40 2019 +0200

    do not check for existing egos...
---
 src/reclaim/plugin_rest_openid_connect.c | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/reclaim/plugin_rest_openid_connect.c 
b/src/reclaim/plugin_rest_openid_connect.c
index 753c3fcae..a29d71c01 100644
--- a/src/reclaim/plugin_rest_openid_connect.c
+++ b/src/reclaim/plugin_rest_openid_connect.c
@@ -1381,15 +1381,6 @@ authorize_endpoint (struct GNUNET_REST_RequestHandle 
*con_handle,
     return;
   }
 
-  if (NULL == handle->ego_head)
-  {
-    handle->emsg = GNUNET_strdup (OIDC_ERROR_KEY_SERVER_ERROR);
-    handle->edesc = GNUNET_strdup ("Egos are missing");
-    handle->response_code = MHD_HTTP_INTERNAL_SERVER_ERROR;
-    GNUNET_SCHEDULER_add_now (&do_error, handle);
-    return;
-  }
-
   handle->ego_entry = handle->ego_head;
   handle->priv_key =
     *GNUNET_IDENTITY_ego_get_private_key (handle->ego_head->ego);

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]