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:

committed by
Florin Coras

parent
1c2ac860ed
commit
4897d77c6d
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user