indentation, comment and style fixes, no semantic changes
[oweals/gnunet.git] / src / fs / gnunet-unindex.c
index cab963e0d532c18b701a73d2e8a0766901cf218b..40fa13b629467a92350e6d9d4b6cc26e5ef0d2cc 100644 (file)
@@ -147,8 +147,8 @@ run (void *cls, char *const *args, const char *cfgfile,
     GNUNET_FS_stop (ctx);
     return;
   }
-  GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_FOREVER_REL, &shutdown_task,
-                                NULL);
+  GNUNET_SCHEDULER_add_shutdown (&shutdown_task,
+                                NULL);
 }