punt.c -- coverity woes 44/18044/2
authorSteven Luong <sluong@cisco.com>
Tue, 5 Mar 2019 23:57:52 +0000 (15:57 -0800)
committerNeale Ranns <nranns@cisco.com>
Wed, 6 Mar 2019 07:13:47 +0000 (07:13 +0000)
commit35ac601e25ee79f08c0d9611508148cd8aeb2486
treef73b93a0353298764da3ada15b6d1416a3702250
parent561d1caad7ab9b5f75a88d3a71fa2150212eb317
punt.c -- coverity woes

Coverity complains about identical code is executed for if and else branch.
Clean them up by removing the useless code.

Change-Id: Ie53f1dff055440ab2c3c3d2ea91edb1e50204b38
Signed-off-by: Steven Luong <sluong@cisco.com>
src/vnet/ip/punt.c