gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r12743 - gnunet/src/datastore


From: gnunet
Subject: [GNUnet-SVN] r12743 - gnunet/src/datastore
Date: Thu, 26 Aug 2010 14:31:39 +0200

Author: grothoff
Date: 2010-08-26 14:31:39 +0200 (Thu, 26 Aug 2010)
New Revision: 12743

Modified:
   gnunet/src/datastore/plugin_datastore_postgres.c
Log:
fixs

Modified: gnunet/src/datastore/plugin_datastore_postgres.c
===================================================================
--- gnunet/src/datastore/plugin_datastore_postgres.c    2010-08-26 12:26:36 UTC 
(rev 12742)
+++ gnunet/src/datastore/plugin_datastore_postgres.c    2010-08-26 12:31:39 UTC 
(rev 12743)
@@ -819,6 +819,7 @@
   struct NextRequestClosure *nrc;
 
   nrc = GNUNET_malloc (sizeof (struct NextRequestClosure));
+  nrc->count = UINT32_MAX;
   nrc->plugin = plugin;
   nrc->iter = iter;
   nrc->iter_cls = iter_cls;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]