-fix
[oweals/gnunet.git] / src / fs / fs_dirmetascan.c
index 6dac690ff525370e36a3222c2a5f19dc08d5294c..fb20a2b376be83e1c72d4dc719c14e42d7f8ccc4 100644 (file)
@@ -454,10 +454,11 @@ GNUNET_FS_directory_scan_start (const char *filename,
   ds->args[1] = ds->filename_expanded;
   ds->args[2] = ds->ex_arg;
   ds->args[3] = NULL;
-  ds->helper = GNUNET_HELPER_start ("gnunet-helper-fs-publish",
+  ds->helper = GNUNET_HELPER_start (GNUNET_NO,
+                                   "gnunet-helper-fs-publish",
                                    ds->args,
                                    &process_helper_msgs,
-                                   ds);
+                                   NULL, ds);
   if (NULL == ds->helper)
   {
     GNUNET_free (filename_expanded);