- client updates internal ctlVal on operate and SBOw, and opertime on operate

pull/6/head
Michael Zillgith 11 years ago
parent 811b8f4572
commit 5bc9834b74

@ -423,6 +423,9 @@ ControlObjectClient_operate(ControlObjectClient self, MmsValue* ctlVal, uint64_t
goto exit_function; goto exit_function;
} }
MmsValue_update(self->ctlVal, ctlVal);
self->opertime = operTime;
success = true; success = true;
exit_function: exit_function:
@ -503,6 +506,8 @@ ControlObjectClient_selectWithValue(ControlObjectClient self, MmsValue* ctlVal)
return false; return false;
} }
MmsValue_update(self->ctlVal, ctlVal);
return true; return true;
} }

Loading…
Cancel
Save