mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
SystemServer: Call endgrent() after we're finished looking up groups
This commit is contained in:
parent
3cd8d7e968
commit
2036d7518a
Notes:
sideshowbarker
2024-07-18 20:58:04 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/2036d7518a7
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…
Reference in a new issue