diff --git a/src/modules/tmx/tmx_mod.c b/src/modules/tmx/tmx_mod.c index 770fcc20bf1..28c68d47045 100644 --- a/src/modules/tmx/tmx_mod.c +++ b/src/modules/tmx/tmx_mod.c @@ -318,6 +318,8 @@ static int t_cancel_branches_helper(sip_msg_t* msg, int n) if(tcx != NULL) idx = tcx->branch_index; init_cancel_info(&cancel_data); + /* tm function: prepare_to_cancel(struct cell *t, branch_bm_t *cancel_bm, + branch_bm_t skip_branches) */ switch(n) { case 1: /* prepare cancel for every branch except idx (others) */ @@ -329,6 +331,7 @@ static int t_cancel_branches_helper(sip_msg_t* msg, int n) if(msg->first_line.u.reply.statuscode>=200) break; cancel_data.cancel_bitmap = 1<