mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
leave: we should also cache time zone
MFC after: 1 week (cherry picked from commit 08a38bb098e96f2ec77b26fab3b22bc4be89332a)
This commit is contained in:
parent
ef3914a561
commit
75c8e113e6
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ main(int argc, char **argv)
|
|||
if (setlocale(LC_TIME, "") == NULL)
|
||||
warn("setlocale");
|
||||
|
||||
caph_cache_tzdata();
|
||||
caph_cache_catpages();
|
||||
if (caph_limit_stdio() < 0 || caph_enter() < 0)
|
||||
err(EXIT_FAILURE, "capsicum");
|
||||
|
|
|
|||
Loading…
Reference in a new issue