diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-18 03:24:43 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-18 03:24:43 +0100 |
| commit | 68a2172e20ebf34098de71464668239d9064eeb8 (patch) | |
| tree | 61e3545d1c9ea70cc2d6ed453470ec8779248241 /dev/Kernel/FSKit/NeFS.h | |
| parent | 595a52436c86b4cdc37f26d9562cd55ccdb1a4ec (diff) | |
Network/IPC: Don't use GetCurrentProcess directly, it might target the wrong process.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Kernel/FSKit/NeFS.h')
| -rw-r--r-- | dev/Kernel/FSKit/NeFS.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Kernel/FSKit/NeFS.h b/dev/Kernel/FSKit/NeFS.h index 4593c8e5..d707a7de 100644 --- a/dev/Kernel/FSKit/NeFS.h +++ b/dev/Kernel/FSKit/NeFS.h @@ -269,7 +269,7 @@ namespace Kernel /// @param catalog it's catalog /// @param theFork the fork itself. /// @return the fork - _Output BOOL CreateFork(_Input NFS_FORK_STRUCT& in); + _Output BOOL CreateFork(_Input NFS_FORK_STRUCT& in); /// @brief Find fork inside New filesystem. /// @param catalog the catalog. |
