Disabled sending hdb command start and stop messages because they break gumtree
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user