Clean up coverity warnings, VPP-486
Change-Id: I709e7cf0bb52d8e6cdc9ddb3b7648660204aa3bd Signed-off-by: Dave Barach <dave@barachs.net>
This commit is contained in:

committed by
Damjan Marion

parent
4cecc611be
commit
f5179c7144
@ -896,6 +896,7 @@ vl_msg_api_process_file (vlib_main_t * vm, u8 * filename,
|
||||
|| (am->msg_endian_handlers[msg_id] == 0))
|
||||
{
|
||||
vlib_cli_output (vm, "Ugh: msg id %d no endian swap\n", msg_id);
|
||||
munmap (hp, file_size);
|
||||
return;
|
||||
}
|
||||
endian_fp = am->msg_endian_handlers[msg_id];
|
||||
|
Reference in New Issue
Block a user