summaryrefslogtreecommitdiffhomepage
path: root/Kernel/Sources/User.cxx
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-07-31 08:48:01 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-07-31 08:48:01 +0200
commit2d11ddee665e8425708bbda876060b2958de5d07 (patch)
treebaeb55c221705e1c84ccd89644204bb17d40c365 /Kernel/Sources/User.cxx
parent5dc33d9a22207b8b664ea83f88280911a22d0c52 (diff)
[newosldr] Running kernel as separate image instead.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/Sources/User.cxx')
-rw-r--r--Kernel/Sources/User.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Sources/User.cxx b/Kernel/Sources/User.cxx
index 7d496a69..dda3d016 100644
--- a/Kernel/Sources/User.cxx
+++ b/Kernel/Sources/User.cxx
@@ -97,7 +97,7 @@ namespace Kernel
// Retrieve token from a specific file fork.
// ------------------------------------------ //
- auto token = file.Read(password);
+ auto token = file.Read(user->fUserName.CData());
if (!token)
{