fix logic bug in deciding if there is outstanding disk i/o work in butler
This commit is contained in:
parent
0c51230b9f
commit
9edfe24399
@ -275,7 +275,7 @@ Butler::thread_work ()
|
|||||||
goto restart;
|
goto restart;
|
||||||
}
|
}
|
||||||
|
|
||||||
disk_work_outstanding = flush_tracks_to_disk_normal (rl, err);
|
disk_work_outstanding = disk_work_outstanding || flush_tracks_to_disk_normal (rl, err);
|
||||||
|
|
||||||
if (err && _session.actively_recording()) {
|
if (err && _session.actively_recording()) {
|
||||||
/* stop the transport and try to catch as much possible
|
/* stop the transport and try to catch as much possible
|
||||||
|
Loading…
Reference in New Issue
Block a user