leave: we should also cache time zone

MFC after:	1 week
This commit is contained in:
Mariusz Zaborski 2024-11-27 15:17:07 +01:00
parent 09ef538713
commit 08a38bb098

View file

@ -63,6 +63,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");