gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -minor fix


From: gnunet
Subject: [gnunet] branch master updated: -minor fix
Date: Fri, 11 Dec 2020 13:03:43 +0100

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 f6d7bdb03 -minor fix
f6d7bdb03 is described below

commit f6d7bdb03778a9feb3a9c53e67048d3aee9c7d48
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Fri Dec 11 21:03:08 2020 +0900

    -minor fix
---
 src/reclaim/plugin_rest_openid_connect.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/reclaim/plugin_rest_openid_connect.c 
b/src/reclaim/plugin_rest_openid_connect.c
index 921132d44..698dbfe18 100644
--- a/src/reclaim/plugin_rest_openid_connect.c
+++ b/src/reclaim/plugin_rest_openid_connect.c
@@ -2465,12 +2465,11 @@ list_ego (void *cls,
   struct EgoEntry *ego_entry;
   struct GNUNET_IDENTITY_PublicKey pk;
 
-  if ((NULL == ego) && (ID_REST_STATE_INIT == state))
+  if (NULL == ego)
   {
     state = ID_REST_STATE_POST_INIT;
     return;
   }
-  GNUNET_assert (NULL != ego);
   if (ID_REST_STATE_INIT == state)
 
   {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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