Disabled sending hdb command start and stop messages because they break gumtree

This commit is contained in:
Douglas Clowes
2012-11-29 14:28:41 +11:00
parent a41941ff9b
commit 17e5379745

View File

@ -287,9 +287,9 @@ static hdbCallbackReturn CommandSetCallback(pHdb node, void *userData,
} }
current = current->next; current = current->next;
} }
SendHdbStatusMessage(node, "start"); // SendHdbStatusMessage(node,"start");
status = HDBInvoke(pCon, pServ->pSics, GetCharArray(cmd)); status = HDBInvoke(pCon, pServ->pSics, GetCharArray(cmd));
SendHdbStatusMessage(node, "stop"); // SendHdbStatusMessage(node,"stop");
DeleteDynString(cmd); DeleteDynString(cmd);
if (status == 1) { if (status == 1) {
return hdbContinue; return hdbContinue;