lib/nfs/FileReader: reset state in OnNfsConnectionFailed()
Avoid calling NfsConnection::RemoveLease(), because the lease has been removed already.
This commit is contained in:
parent
40dd968f13
commit
38f19981b2
@ -164,6 +164,8 @@ NfsFileReader::OnNfsConnectionFailed(const Error &error)
|
|||||||
{
|
{
|
||||||
assert(state == State::MOUNT);
|
assert(state == State::MOUNT);
|
||||||
|
|
||||||
|
state = State::INITIAL;
|
||||||
|
|
||||||
Error copy;
|
Error copy;
|
||||||
copy.Set(error);
|
copy.Set(error);
|
||||||
OnNfsFileError(std::move(copy));
|
OnNfsFileError(std::move(copy));
|
||||||
|
Loading…
Reference in New Issue
Block a user