input/nfs: notify client on error

Fixes hanging NFS client.
This commit is contained in:
Max Kellermann 2014-08-31 18:26:32 +02:00
parent fd8a53ca3d
commit ba8e3f11e2

View File

@ -170,6 +170,8 @@ NfsInputStream::OnNfsFileError(Error &&error)
SeekDone();
else if (!IsReady())
SetReady();
else
cond.broadcast();
}
/*