From: Christian Grothoff Date: Thu, 26 Aug 2010 12:31:39 +0000 (+0000) Subject: fixs X-Git-Tag: initial-import-from-subversion-38251~20533 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=53b47cfa3a1423700f1401385ca83051f91e0a53;p=oweals%2Fgnunet.git fixs --- diff --git a/src/datastore/plugin_datastore_postgres.c b/src/datastore/plugin_datastore_postgres.c index 338b29821..c3f3b9af4 100644 --- a/src/datastore/plugin_datastore_postgres.c +++ b/src/datastore/plugin_datastore_postgres.c @@ -819,6 +819,7 @@ postgres_iterate (struct Plugin *plugin, struct NextRequestClosure *nrc; nrc = GNUNET_malloc (sizeof (struct NextRequestClosure)); + nrc->count = UINT32_MAX; nrc->plugin = plugin; nrc->iter = iter; nrc->iter_cls = iter_cls;