Skip to content

Commit 967b358

Browse files
committed
tm: fix (unneeded) struct init to make gcc13 happy
1 parent 1fc356a commit 967b358

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/tm/tm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1812,6 +1812,7 @@ static int t_get_branch_idx_by_attr(struct sip_msg* msg,
18121812
attr->len,attr->s);
18131813
return -2;
18141814
}
1815+
memset(&in_val, 0, sizeof in_val);
18151816

18161817
if (val_s) {
18171818
in_val.flags = PV_VAL_STR;

0 commit comments

Comments
 (0)