From: Dave Barach Date: Tue, 23 Oct 2018 22:05:25 +0000 (-0400) Subject: VPP-1474: fix coverity warning X-Git-Tag: v19.04-rc0~550 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commitdiff_plain;h=5a951bfe32d47af4409ecab5678d1afecc05e2b7 VPP-1474: fix coverity warning Change-Id: I20f2fb14e00f3e7e96774959a4bf1a159ab9030f Signed-off-by: Dave Barach --- diff --git a/src/plugins/perfmon/parse_util.c b/src/plugins/perfmon/parse_util.c index 436acaa6de0..9ffaa326fdc 100644 --- a/src/plugins/perfmon/parse_util.c +++ b/src/plugins/perfmon/parse_util.c @@ -140,6 +140,9 @@ again: cp++; goto again; } + else /* should never happen... */ + cp++; + goto again; case STATE_READ_NAME: vec_validate (nvp, 0);