ip: fix coverity warning 39/34239/3
authorKlement Sekera <ksekera@cisco.com>
Mon, 25 Oct 2021 11:39:13 +0000 (13:39 +0200)
committerDamjan Marion <dmarion@me.com>
Tue, 2 Nov 2021 22:34:28 +0000 (22:34 +0000)
commit849b474dc4d94570a2df0cee8c7e2504e21c8b6e
tree05a01fc7ad52343109adf6f10886f96e7b3a4c1c
parent6ea5c4744a132ca5f21b8cffab7676a386d6ebf5
ip: fix coverity warning

Remove unnecessary NULL check of t0, which causes coverity to scream. t0
is always initilised to *something* by doing pool_elt_at_index().

Type: fix
Signed-off-by: Klement Sekera <ksekera@cisco.com>
Change-Id: I7cf21767c43a24923e490ad40622743c17142fe2
src/vnet/ip/ip_in_out_acl.c