diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-07-31 08:48:01 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-07-31 08:48:01 +0200 |
| commit | 2d11ddee665e8425708bbda876060b2958de5d07 (patch) | |
| tree | baeb55c221705e1c84ccd89644204bb17d40c365 /Kernel/Sources/User.cxx | |
| parent | 5dc33d9a22207b8b664ea83f88280911a22d0c52 (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.cxx | 2 |
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) { |
