aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-08-26 12:31:39 +0000
committerChristian Grothoff <christian@grothoff.org>2010-08-26 12:31:39 +0000
commit53b47cfa3a1423700f1401385ca83051f91e0a53 (patch)
treeef124d64f08914d1192d8c696953c215863454e7 /src/datastore
parent72d7553da818eea8076e31bc5072c99af855b5f6 (diff)
downloadgnunet-53b47cfa3a1423700f1401385ca83051f91e0a53.tar.gz
gnunet-53b47cfa3a1423700f1401385ca83051f91e0a53.zip
fixs
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/plugin_datastore_postgres.c1
1 files changed, 1 insertions, 0 deletions
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,
819 struct NextRequestClosure *nrc; 819 struct NextRequestClosure *nrc;
820 820
821 nrc = GNUNET_malloc (sizeof (struct NextRequestClosure)); 821 nrc = GNUNET_malloc (sizeof (struct NextRequestClosure));
822 nrc->count = UINT32_MAX;
822 nrc->plugin = plugin; 823 nrc->plugin = plugin;
823 nrc->iter = iter; 824 nrc->iter = iter;
824 nrc->iter_cls = iter_cls; 825 nrc->iter_cls = iter_cls;