From 17e5379745c30ccc5a28ebf3a0ef5ef24803dc50 Mon Sep 17 00:00:00 2001 From: Douglas Clowes Date: Thu, 29 Nov 2012 14:28:41 +1100 Subject: [PATCH] Disabled sending hdb command start and stop messages because they break gumtree --- sicshdbfactory.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sicshdbfactory.c b/sicshdbfactory.c index 4cdf4e97..51654321 100644 --- a/sicshdbfactory.c +++ b/sicshdbfactory.c @@ -287,9 +287,9 @@ static hdbCallbackReturn CommandSetCallback(pHdb node, void *userData, } current = current->next; } - SendHdbStatusMessage(node, "start"); +// SendHdbStatusMessage(node,"start"); status = HDBInvoke(pCon, pServ->pSics, GetCharArray(cmd)); - SendHdbStatusMessage(node, "stop"); +// SendHdbStatusMessage(node,"stop"); DeleteDynString(cmd); if (status == 1) { return hdbContinue;