adding single location for no_forcestart configuration list
[oweals/gnunet.git] / src / fs / test_fs_publish_persistence.c
index 5beb1b7e5bf777d54e19d1fa055de5f32143b2e6..8e5e5f53bfbe7d500426a37a515a4bfc5e342a8d 100644 (file)
@@ -145,6 +145,9 @@ progress_cb (void *cls,
         (0 == strcmp ("publish-context-dir", event->value.publish.cctx)) )
       GNUNET_SCHEDULER_add_now (&abort_publish_task, NULL);
     break;
+  case GNUNET_FS_STATUS_PUBLISH_PROGRESS_DIRECTORY:
+    ret = event->value.publish.cctx;
+    return ret;
   case GNUNET_FS_STATUS_PUBLISH_PROGRESS:
     consider_restart (event->status);
     ret = event->value.publish.cctx;