Skip to content

Commit e860838

Browse files
GCVCALLP-2950: Use relaied_reply_branch for branch selection and correct accessor
1 parent 3508b8d commit e860838

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/topology_hiding/th_no_dlg_logic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ static void th_no_dlg_onreply(struct cell *t, int type, struct tmcb_params *para
488488
int is_sequential = 0;
489489
int rebuild_req_rrs = 0;
490490
int one_way_hiding = th_no_dlg_one_way_hiding(t->uas.response.dst.send_sock);
491-
int req_one_way_hiding = th_no_dlg_one_way_hiding(t->uac[t->first_branch]->request.dst.send_sock);
491+
int req_one_way_hiding = th_no_dlg_one_way_hiding(TM_BRANCH(t, t->relaied_reply_branch).request.dst.send_sock);
492492
route_count_t route_count = { 0 };
493493

494494
LM_DBG("Response callback with flags %u \n", flags);

0 commit comments

Comments
 (0)