Fixed grouping problem.

This commit is contained in:
stefan.poeter@cloud-automation.de 2016-05-23 11:50:19 +02:00
parent 4bb4b59067
commit e4d625bf5a

View File

@ -1863,6 +1863,11 @@ int ecx_receive_processdata_group(ecx_contextt *context, uint8 group, int timeou
pos = ecx_pullindex(context);
}
if (pos == -1) {
context->idxstack->pushed = 0;
context->idxstack->pulled = 0;
}
/* if no frames has arrived */
if (valid_wkc == 0)
{