From 53b47cfa3a1423700f1401385ca83051f91e0a53 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 26 Aug 2010 12:31:39 +0000 Subject: [PATCH] fixs --- src/datastore/plugin_datastore_postgres.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.25.1