From de4a8ee441690dec59d5c42825f6c96dcc8410f9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 24 Oct 2009 21:49:17 +0000 Subject: [PATCH] fix --- src/datastore/datastore_api.c | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.25.1