From: Christian Grothoff Date: Wed, 12 May 2010 15:16:52 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~21718 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=98bc82b2645e7146abe5e812ff8653ac2df337aa;p=oweals%2Fgnunet.git fix --- 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); }