Skip to content

Commit

Permalink
tm: do not return if kemi callback execution fails for t_continue()
Browse files Browse the repository at this point in the history
- have same behaviour as with route blocks

(cherry picked from commit 2161f0c)
  • Loading branch information
miconda authored and henningw committed May 13, 2020
1 parent 094719a commit 9c14f4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/tm/t_suspend.c
Expand Up @@ -312,7 +312,6 @@ int t_continue_helper(unsigned int hash_index, unsigned int label,
if(sr_kemi_route(keng, faked_req, FAILURE_ROUTE, cbname,
&evname)<0) {
LM_ERR("error running event route kemi callback\n");
return -1;
}
} else {
LM_DBG("event callback (%.*s) set, but no cfg engine\n",
Expand Down

0 comments on commit 9c14f4b

Please sign in to comment.