aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-namestore-fcfsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/gnunet-namestore-fcfsd.c')
-rw-r--r--src/namestore/gnunet-namestore-fcfsd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/namestore/gnunet-namestore-fcfsd.c b/src/namestore/gnunet-namestore-fcfsd.c
index 82d73f6de..c2f506f6d 100644
--- a/src/namestore/gnunet-namestore-fcfsd.c
+++ b/src/namestore/gnunet-namestore-fcfsd.c
@@ -988,8 +988,7 @@ run (void *cls, char *const *args, const char *cfgfile,
988 } 988 }
989 id_op = GNUNET_IDENTITY_get (identity, "fcfsd", 989 id_op = GNUNET_IDENTITY_get (identity, "fcfsd",
990 &identity_cb, NULL); 990 &identity_cb, NULL);
991 GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_FOREVER_REL, 991 GNUNET_SCHEDULER_add_shutdown (&do_shutdown, NULL);
992 &do_shutdown, NULL);
993} 992}
994 993
995 994