From 2b8bf4fee656242eddc9bbc45bdb234d96eb518a Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Mon, 30 Mar 2020 10:10:33 +0200 Subject: [PATCH] core: do not set msg tcp connection id in the dst info (cherry picked from commit f9eaa1298f7263be53b709ab7b68336d09e9de0b) --- src/core/action.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/action.c b/src/core/action.c index 8211cf00f7b..1520f878775 100644 --- a/src/core/action.c +++ b/src/core/action.c @@ -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