Removed assignment of an unused function result. Coverity CID 12594.
This commit is contained in:
parent
50132d4ff7
commit
a4c1e04820
@ -2688,7 +2688,7 @@ int read_el_torito_boot_catalog(_ImageFsData *data, uint32_t block)
|
||||
|
||||
/* >>> ts B10703 : need to continue rather than abort */;
|
||||
|
||||
ret = iso_msg_submit(data->msgid, ISO_EL_TORITO_WARN, 0,
|
||||
iso_msg_submit(data->msgid, ISO_EL_TORITO_WARN, 0,
|
||||
"Too many boot images found. List truncated.");
|
||||
goto after_bootblocks;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user