diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-04 23:53:30 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-04 23:53:30 +0200 |
| commit | cc03f40d9fb1d68bfd945284a3ff5067dfd8475a (patch) | |
| tree | 899b9cfae976c92579543653f904453fc1c2ab8f /Kernel/Sources/FS | |
| parent | fb0ca452cda3bdc4a13f278c115f2dcd9360d818 (diff) | |
[IMP] [unstable] User password hashing, and renamed newoskrnl.dll to newoskrnl.lib.
[IMP] [unstable] Using paths for usernames. Such as \Local\Super on
192.168.2.4 for example.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/Sources/FS')
| -rw-r--r-- | Kernel/Sources/FS/NewFS.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Sources/FS/NewFS.cxx b/Kernel/Sources/FS/NewFS.cxx index c5b9c1e3..23d2867f 100644 --- a/Kernel/Sources/FS/NewFS.cxx +++ b/Kernel/Sources/FS/NewFS.cxx @@ -304,7 +304,7 @@ _Output NFS_CATALOG_STRUCT* NewFSParser::CreateCatalog(_Input const char* name, if (flagsList & kNewFSCatalogKindMetaFile) { - if (UserManager::The()->Current() != UserManager::The()->fRootUser) + if (UserManager::The()->GetCurrent() != UserManager::The()->fRootUser) { delete catalogChild; return nullptr; |
