From: Christian Grothoff Date: Sat, 24 Oct 2009 21:49:17 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~23273 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=de4a8ee441690dec59d5c42825f6c96dcc8410f9;p=oweals%2Fgnunet.git fix --- diff --git a/src/datastore/datastore_api.c b/src/datastore/datastore_api.c index a9058fa04..a64e3b049 100644 --- a/src/datastore/datastore_api.c +++ b/src/datastore/datastore_api.c @@ -184,6 +184,7 @@ with_status_response_handler (void *cls, const char *emsg; int status; + h->message_size = 0; if (msg == NULL) { h->response_proc = NULL; @@ -464,6 +465,7 @@ with_result_response_handler (void *cls, const struct DataMessage *dm; size_t msize; + h->message_size = 0; if (msg == NULL) { h->response_proc = NULL;