Skip to content

Commit

Permalink
tm: lookup if kemi engine is set for onreply_route callback
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Apr 14, 2016
1 parent 187a296 commit f2c0379
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/tm/t_reply.c
Expand Up @@ -2341,6 +2341,7 @@ int reply_received( struct sip_msg *p_msg )
/* Pre- and post-script callbacks have already
* been executed by the core. (Miklos)
*/
keng = sr_kemi_eng_get();
if(unlikely(keng!=NULL)) {
bctx = sr_kemi_act_ctx_get();
init_run_actions_ctx(&ctx);
Expand Down

0 comments on commit f2c0379

Please sign in to comment.