diff options
author | 2025-02-20 11:18:57 +0000 | |
---|---|---|
committer | 2025-02-25 09:27:40 +0000 | |
commit | 11e07a8b044bdd335e44f8995bf9650acd379b5e (patch) | |
tree | 7aaea02364a10336d001e1797101a0d50fe4a2ab /src/vnet/ipsec | |
parent | bb4858cdfe72bad2d2bacdc48fe9b7f633176c25 (diff) |
ipsec: coverity warning, issue CID 509068
UNUSED_VALUE warning fixed.
Type: fix
Change-Id: Idd1f0fab96f252f2081d5c268ecc722223289477
Signed-off-by: Piotr Bronowski <piotrx.bronowski@intel.com>
Diffstat (limited to 'src/vnet/ipsec')
-rw-r--r-- | src/vnet/ipsec/ipsec_input.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/vnet/ipsec/ipsec_input.c b/src/vnet/ipsec/ipsec_input.c index a20c8317144..a7c7482a125 100644 --- a/src/vnet/ipsec/ipsec_input.c +++ b/src/vnet/ipsec/ipsec_input.c @@ -886,11 +886,6 @@ ipsec6_esp_packet_process (vlib_main_t *vm, ipsec_main_t *im, vlib_buffer_advance (b[0], ((u8 *) esp0 - (u8 *) ip0)); goto trace0; } - else - { - p0 = NULL; - pi0 = ~0; - } } if (im->fp_spd_ipv6_in_is_enabled && |