a lot of bug potential here

This commit is contained in:
2023-02-18 14:03:19 +01:00
parent 2d6622b8b8
commit c8469ca647
2 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ class UnixFileGuard {
ReturnValue_t getOpenResult() const;
private:
int cachedFd = 0;
int& fdRef;
ReturnValue_t openStatus = returnvalue::OK;
};