mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:57:35 +00:00
SystemServer: Call endgrent() after we're finished looking up groups
This commit is contained in:
parent
3cd8d7e968
commit
2036d7518a
1 changed files with 2 additions and 0 deletions
|
@ -153,6 +153,8 @@ static void prepare_devfs()
|
|||
if (rc < 0) {
|
||||
VERIFY_NOT_REACHED();
|
||||
}
|
||||
|
||||
endgrent();
|
||||
}
|
||||
|
||||
static void mount_all_filesystems()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue