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

fix stray UNIMPL from (now implemented) DISPOSE handler

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