fixs
authorChristian Grothoff <christian@grothoff.org>
Thu, 26 Aug 2010 12:31:39 +0000 (12:31 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 26 Aug 2010 12:31:39 +0000 (12:31 +0000)
src/datastore/plugin_datastore_postgres.c

index 338b29821bd5566a079b0a4f33d342d27e70804f..c3f3b9af430ab06d1a2f449d79543da3bc14fdb1 100644 (file)
@@ -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;