Skip to content
Snippets Groups Projects
Commit c5794d66 authored by Christopher Haine's avatar Christopher Haine
Browse files

leave UNIMPL fix

parent e3f766c0
No related branches found
No related tags found
1 merge request!17Draft: Resolve "Require does not block the withdraw"
......@@ -1936,7 +1936,7 @@ mstro_pm__handle_leave_phase3(mstro_event event,
DEBUG("LEAVE phase 3/3, event %p\n", event);
mstro_pm__msg_free(cont->msg);
mstro_stats_add_counter(MSTRO_STATS_CAT_PROTOCOL, MSTRO_STATS_L_PM_NUM_LEAVE, 1);
return MSTRO_UNIMPL;
return MSTRO_OK;
}
static inline
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment