Skip to content

Commit

Permalink
core: do not set msg tcp connection id in the dst info
Browse files Browse the repository at this point in the history
(cherry picked from commit f9eaa12)
  • Loading branch information
miconda committed Mar 30, 2020
1 parent cf28e40 commit 2b8bf4f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/action.c
Original file line number Diff line number Diff line change
Expand Up @@ -385,13 +385,11 @@ int do_action(struct run_act_ctx* h, struct action* a, struct sip_msg* msg)
#ifdef USE_TCP
else if (a->type==FORWARD_TCP_T) {
dst.proto= PROTO_TCP;
dst.id = msg->otcpid;
}
#endif
#ifdef USE_TLS
else if (a->type==FORWARD_TLS_T) {
dst.proto= PROTO_TLS;
dst.id = msg->otcpid;
}
#endif
#ifdef USE_SCTP
Expand Down

0 comments on commit 2b8bf4f

Please sign in to comment.