From 98bc82b2645e7146abe5e812ff8653ac2df337aa Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 12 May 2010 15:16:52 +0000 Subject: [PATCH] fix --- src/migration/gnunet-daemon-migration.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/migration/gnunet-daemon-migration.c b/src/migration/gnunet-daemon-migration.c index 14f7461f6..0f0dbaebc 100644 --- a/src/migration/gnunet-daemon-migration.c +++ b/src/migration/gnunet-daemon-migration.c @@ -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); } -- 2.25.1