Skip to content
Snippets Groups Projects
Commit bdb5950c authored by Utz-Uwe Haus's avatar Utz-Uwe Haus
Browse files

fix typo

parent 8c11ad8f
Tags
3 merge requests!15Draft: Fix integer attribute and binop CDO selectors,!7Resolve "RETRACT dysfunctional",!5Draft: Resolve "Event structure obtained via poll does not contain the CDO name."
......@@ -1391,7 +1391,7 @@ mstro_pm__handle_retract_phase2(mstro_event event,
ev.payload_case = MSTRO__POOL__EVENT__PAYLOAD_RETRACT;
ev.retract = cont->msg->retract;
ev.origin_id = cont->msg->token->appid;
mstro_status s = mstro_pm__possibly_fill_event_cdoname(&cdoid, app_id, &ev);
s = mstro_pm__possibly_fill_event_cdoname(&cdoid, app_id, &ev);
if(s!=MSTRO_OK) {
goto BAILOUT_FREE;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment