[*] Minor failover fix (Nt delete on close)
This commit is contained in:
parent
82d334177f
commit
a8daf3ff4f
@ -309,6 +309,10 @@ namespace Aurora::IO::FS
|
|||||||
bDeleteFailed = true;
|
bDeleteFailed = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
bDeleteFailed = true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
AuResetMember(this->pHandle_);
|
AuResetMember(this->pHandle_);
|
||||||
|
Loading…
Reference in New Issue
Block a user