aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-namestore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/gnunet-namestore.c')
-rw-r--r--src/namestore/gnunet-namestore.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/namestore/gnunet-namestore.c b/src/namestore/gnunet-namestore.c
index 0965d8cbe..90214e9d6 100644
--- a/src/namestore/gnunet-namestore.c
+++ b/src/namestore/gnunet-namestore.c
@@ -1006,8 +1006,7 @@ testservice_id_task (void *cls, int result)
1006 ret = -1; 1006 ret = -1;
1007 return; 1007 return;
1008 } 1008 }
1009 GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_FOREVER_REL, 1009 GNUNET_SCHEDULER_add_shutdown (&do_shutdown, (void *) cfg);
1010 &do_shutdown, (void *) cfg);
1011 1010
1012 if (NULL == ego_name) 1011 if (NULL == ego_name)
1013 { 1012 {