diff --git a/src/input/plugins/NfsInputPlugin.cxx b/src/input/plugins/NfsInputPlugin.cxx index baa707738..a34e6d344 100644 --- a/src/input/plugins/NfsInputPlugin.cxx +++ b/src/input/plugins/NfsInputPlugin.cxx @@ -170,6 +170,8 @@ NfsInputStream::OnNfsFileError(Error &&error) SeekDone(); else if (!IsReady()) SetReady(); + else + cond.broadcast(); } /*