Improved handling of stdio pseudo-drives after aborted burn runs

This commit is contained in:
2014-01-15 17:50:33 +00:00
parent 78627934f3
commit 5676a1953d
4 changed files with 7 additions and 3 deletions

View File

@ -2860,10 +2860,10 @@ ex:;
close(d->stdio_fd);
d->stdio_fd = -1;
/* update media state records */
/* update pseudo-media state records by re-grabbing */
burn_drive_mark_unready(d, 8);
burn_drive_grab_stdio(d, 1);
/* <<< d->busy = BURN_DRIVE_IDLE; */
return ret;
}