From: Klement Sekera Date: Wed, 6 May 2020 11:21:16 +0000 (+0000) Subject: nat: remove duplicate line of code X-Git-Tag: v20.09-rc0~35 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=def783445fe9421ac6f321a9539f43a6db5261e4;p=vpp.git nat: remove duplicate line of code Type: fix Signed-off-by: Klement Sekera Change-Id: I3c914d5c457df40205280ac589a2d353261343d5 --- diff --git a/src/plugins/nat/nat.c b/src/plugins/nat/nat.c index 9aa5760d598..a1d1f853651 100755 --- a/src/plugins/nat/nat.c +++ b/src/plugins/nat/nat.c @@ -216,7 +216,6 @@ nat_free_session_data (snat_main_t * sm, snat_session_t * s, u32 thread_index, } else { - proto = snat_proto_to_ip_proto (s->in2out.protocol); l_port = s->in2out.port; r_port = s->ext_host_port; l_addr = &s->in2out.addr;