SystemServer: Call endgrent() after we're finished looking up groups

This commit is contained in:
Andreas Kling 2021-03-29 20:44:41 +02:00
parent 3cd8d7e968
commit 2036d7518a
Notes: sideshowbarker 2024-07-18 20:58:04 +09:00

View File

@ -153,6 +153,8 @@ static void prepare_devfs()
if (rc < 0) {
VERIFY_NOT_REACHED();
}
endgrent();
}
static void mount_all_filesystems()