aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim
diff options
context:
space:
mode:
Diffstat (limited to 'src/reclaim')
-rw-r--r--src/reclaim/plugin_rest_reclaim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reclaim/plugin_rest_reclaim.c b/src/reclaim/plugin_rest_reclaim.c
index 80d6ca976..a2f8d96b2 100644
--- a/src/reclaim/plugin_rest_reclaim.c
+++ b/src/reclaim/plugin_rest_reclaim.c
@@ -1364,7 +1364,7 @@ list_ego (void *cls,
1364 struct EgoEntry *ego_entry; 1364 struct EgoEntry *ego_entry;
1365 struct GNUNET_IDENTITY_PublicKey pk; 1365 struct GNUNET_IDENTITY_PublicKey pk;
1366 1366
1367 if ((NULL == ego) && (ID_REST_STATE_INIT == state)) 1367 if (NULL == ego)
1368 { 1368 {
1369 state = ID_REST_STATE_POST_INIT; 1369 state = ID_REST_STATE_POST_INIT;
1370 return; 1370 return;