ass
authorChristian Grothoff <christian@grothoff.org>
Tue, 18 May 2010 07:20:53 +0000 (07:20 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 18 May 2010 07:20:53 +0000 (07:20 +0000)
src/fs/gnunet-service-fs.c

index b8184262f1db16f7a85b4a7bb59098d4d5486c39..c2ab1d9f817bc40025fc83c811a4370deab1d401 100644 (file)
@@ -969,6 +969,7 @@ gather_migration_blocks (void *cls,
   mig_qe = GNUNET_DATASTORE_get_random (dsh, 0, -1,
                                        GNUNET_TIME_UNIT_FOREVER_REL,
                                        &process_migration_content, NULL);
+  GNUNET_assert (mig_qe != NULL);
 }