mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Add calls to endgrent() and endnetgrent() to the end of _createcaches().
This commit is contained in:
parent
f551164802
commit
f05daed916
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7340
@ -442,6 +442,8 @@ _createcaches()
|
||||
}
|
||||
}
|
||||
}
|
||||
endgrent();
|
||||
endnetgrent();
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user