fix
authorChristian Grothoff <christian@grothoff.org>
Wed, 12 May 2010 15:16:52 +0000 (15:16 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 12 May 2010 15:16:52 +0000 (15:16 +0000)
src/migration/gnunet-daemon-migration.c

index 14f7461f605f3b478c0ed9754c2b44a02a6a3a48..0f0dbaebc0162638ab2bcd3ffcaf2419a8294e70 100644 (file)
@@ -228,9 +228,10 @@ get_content (void *cls,
 {
   get_task = GNUNET_SCHEDULER_NO_TASK;
   GNUNET_DATASTORE_get_random (datastore,
+                              0, 1,
+                              GNUNET_CONSTANTS_SERVICE_TIMEOUT,
                               &content_processor,
-                              NULL,
-                              GNUNET_CONSTANTS_SERVICE_TIMEOUT);
+                              NULL);
 }