session: fix coverity warning

Type: fix
Ticket: VPP-1837

Signed-off-by: Dave Barach <dave@barachs.net>
Change-Id: Ib5da600b7a40f775de7dc5b9aaa8d967e49e8632
This commit is contained in:
Dave Barach
2020-03-26 10:56:13 -04:00
committed by Florin Coras
parent 1c2ac860ed
commit 4897d77c6d

View File

@ -172,7 +172,7 @@ unformat_transport_proto (unformat_input_t * input, va_list * args)
}
if (longest_match)
{
unformat (input, str_match);
(void) unformat (input, str_match);
return 1;
}