ipfix-export: don't check the result of pool_get 04/34604/2
authorPaul Atkins <patkins@graphiant.com>
Tue, 23 Nov 2021 10:51:07 +0000 (10:51 +0000)
committerNeale Ranns <neale@graphiant.com>
Mon, 29 Nov 2021 16:21:27 +0000 (16:21 +0000)
commitb779ca9324a6bd2dd605e578b3ca9a4bb90bfa03
tree9c9a9c5c914dceaab6aea71376852e09c4fb7fc9
parent19f6e260acf1342a773b9d47ef9111c3dab3897b
ipfix-export: don't check the result of pool_get

The code to check the exp is set after the call to pool_get()
is marked as unreachable in coverity. This is becasue if it
fails in pool_get then the it panics. Remove the unreachable code.

Type: fix
Signed-off-by: Paul Atkins <patkins@graphiant.com>
Change-Id: Iabb51b6b6788b6c12ef37c28dde2118c798de831
src/vnet/ipfix-export/flow_api.c