arg
[oweals/gnunet.git] / src / fs / gnunet-service-fs_push.c
index e4ba2d7639c11c32f4e6a9204dbbdcab2205cf8f..339f98616e598336089d6fa437ef6e0ae74d0a0d 100644 (file)
@@ -594,7 +594,8 @@ gather_migration_blocks (void *cls,
                                                     0, UINT_MAX,
                                                     GNUNET_TIME_UNIT_FOREVER_REL,
                                                     &process_migration_content, NULL);
-      GNUNET_assert (mig_qe != NULL);
+      if (NULL == mig_qe)
+       consider_gathering ();
     }
 }