gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r9267 - gnunet/src/datastore
Date: Sat, 24 Oct 2009 15:49:17 -0600

Author: grothoff
Date: 2009-10-24 15:49:17 -0600 (Sat, 24 Oct 2009)
New Revision: 9267

Modified:
   gnunet/src/datastore/datastore_api.c
Log:
fix

Modified: gnunet/src/datastore/datastore_api.c
===================================================================
--- gnunet/src/datastore/datastore_api.c        2009-10-24 21:45:44 UTC (rev 
9266)
+++ gnunet/src/datastore/datastore_api.c        2009-10-24 21:49:17 UTC (rev 
9267)
@@ -184,6 +184,7 @@
   const char *emsg;
   int status;
 
+  h->message_size = 0;
   if (msg == NULL)
     {
       h->response_proc = NULL;
@@ -464,6 +465,7 @@
   const struct DataMessage *dm;
   size_t msize;
 
+  h->message_size = 0;
   if (msg == NULL)
     {
       h->response_proc = NULL;





reply via email to

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