Removed a surplus test statement with -boot_image any show_status. Coverity CID 28713.
This commit is contained in:
parent
10d07e17d5
commit
c08745081f
@ -564,12 +564,7 @@ int Xorriso_boot_status_non_mbr(struct XorrisO *xorriso, IsoImage *image,
|
|||||||
strcat(line, "\n");
|
strcat(line, "\n");
|
||||||
Xorriso_status_result(xorriso, filter, fp, flag & 2);
|
Xorriso_status_result(xorriso, filter, fp, flag & 2);
|
||||||
return(0);
|
return(0);
|
||||||
}
|
} else if(sa_type == 1 || sa_type == 2) {
|
||||||
if(sa_type != 1 && sa_type != 2 && sa_type != 4 && sa_type != 5 &&
|
|
||||||
sa_type != 6)
|
|
||||||
return(0);
|
|
||||||
|
|
||||||
if(sa_type == 1 || sa_type == 2) {
|
|
||||||
num_boots= iso_image_get_mips_boot_files(image, paths, 0);
|
num_boots= iso_image_get_mips_boot_files(image, paths, 0);
|
||||||
Xorriso_process_msg_queues(xorriso, 0);
|
Xorriso_process_msg_queues(xorriso, 0);
|
||||||
if(num_boots > 0) {
|
if(num_boots > 0) {
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2015.11.08.202957"
|
#define Xorriso_timestamP "2015.11.09.095505"
|
||||||
|
Loading…
Reference in New Issue
Block a user