input/nfs: notify client on error
Fixes hanging NFS client.
This commit is contained in:
parent
fd8a53ca3d
commit
ba8e3f11e2
@ -170,6 +170,8 @@ NfsInputStream::OnNfsFileError(Error &&error)
|
||||
SeekDone();
|
||||
else if (!IsReady())
|
||||
SetReady();
|
||||
else
|
||||
cond.broadcast();
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user