mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:07:34 +00:00
Kernel: Make LocalSocket pre-bind GID be gid_t (#1012)
This commit is contained in:
parent
70a41420a9
commit
53733be5fd
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ private:
|
|||
RefPtr<FileDescription> m_file;
|
||||
|
||||
uid_t m_prebind_uid { 0 };
|
||||
uid_t m_prebind_gid { 0 };
|
||||
gid_t m_prebind_gid { 0 };
|
||||
mode_t m_prebind_mode { 0 };
|
||||
|
||||
// A single LocalSocket is shared between two file descriptions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue