Added missing break statement to SG_IO error reporting. Coverity CID 21803.
This commit is contained in:
parent
c4c3af5391
commit
3b101f986c
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2015.10.26.150529"
|
||||
#define Cdrskin_timestamP "2015.10.26.151914"
|
||||
|
@ -2002,7 +2002,7 @@ static int evaluate_transport_success(struct burn_drive *d, struct command *c,
|
||||
give_up_drive= 1;
|
||||
break; case 0x80:
|
||||
driver_sugg = "SG_ERR_SUGGEST_SENSE";
|
||||
default:
|
||||
break; default:
|
||||
driver_sugg = "(unknown driver_status suggestion)";
|
||||
}
|
||||
if ((driver_status & 0xf7) != Libburn_sg_driver_oK) {
|
||||
|
Loading…
Reference in New Issue
Block a user