Added missing break statement to SG_IO error reporting. Coverity CID 21803.

This commit is contained in:
Thomas Schmitt 2015-10-26 15:17:02 +00:00
parent d31a72100b
commit 6136eaf86f
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2015.10.26.150529"
#define Cdrskin_timestamP "2015.10.26.151914"

View File

@ -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) {