aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/gnunet-service-revocation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/revocation/gnunet-service-revocation.c')
-rw-r--r--src/revocation/gnunet-service-revocation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/revocation/gnunet-service-revocation.c b/src/revocation/gnunet-service-revocation.c
index e10771557..2cee70857 100644
--- a/src/revocation/gnunet-service-revocation.c
+++ b/src/revocation/gnunet-service-revocation.c
@@ -899,6 +899,8 @@ run (void *cls,
899 cfg = c; 899 cfg = c;
900 revocation_map = GNUNET_CONTAINER_multihashmap_create (16, 900 revocation_map = GNUNET_CONTAINER_multihashmap_create (16,
901 GNUNET_NO); 901 GNUNET_NO);
902 GNUNET_SCHEDULER_add_shutdown (&shutdown_task,
903 NULL);
902 if (GNUNET_OK != 904 if (GNUNET_OK !=
903 GNUNET_CONFIGURATION_get_value_number (cfg, 905 GNUNET_CONFIGURATION_get_value_number (cfg,
904 "REVOCATION", 906 "REVOCATION",
@@ -1001,8 +1003,6 @@ run (void *cls,
1001 } 1003 }
1002 GNUNET_free (fn); 1004 GNUNET_free (fn);
1003 1005
1004 GNUNET_SCHEDULER_add_shutdown (&shutdown_task,
1005 NULL);
1006 peers = GNUNET_CONTAINER_multipeermap_create (128, 1006 peers = GNUNET_CONTAINER_multipeermap_create (128,
1007 GNUNET_YES); 1007 GNUNET_YES);
1008 /* Connect to core service and register core handlers */ 1008 /* Connect to core service and register core handlers */