Added forgotten return 0 to an error case
This commit is contained in:
parent
c22e9f82eb
commit
4e2cb0897e
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2007.09.09.182827"
|
||||
#define Cdrskin_timestamP "2007.09.10.110050"
|
||||
|
@ -1115,6 +1115,7 @@ int burn_drive_grab_dummy(struct burn_drive_info *drive_infos[], char *fname)
|
||||
LIBDAX_MSGS_SEV_SORRY, LIBDAX_MSGS_PRIO_HIGH,
|
||||
"Failed to open device (a pseudo-drive)",
|
||||
errno, 0);
|
||||
return 0;
|
||||
}
|
||||
} else {
|
||||
libdax_msgs_submit(libdax_messenger, -1,
|
||||
|
Loading…
Reference in New Issue
Block a user