]> The Tcpdump Group git mirrors - tcpdump/commit
Initialize tzcode early.
authorDag-Erling Smørgrav <[email protected]>
Sat, 16 Sep 2023 09:02:46 +0000 (11:02 +0200)
committerfxlb <[email protected]>
Mon, 20 Nov 2023 07:52:52 +0000 (07:52 +0000)
commit54d5fbec2c52d2e04cb549caa0a811ab1da5aa56
treeca8116951cf7a5ddac6af5fa9c70a2324fa6c083
parent262e119454d1e6e2121435cba3c47f34dbac0df4
Initialize tzcode early.

An explicit tzset() call is usually not needed as it happens implicitly
the first time we call localtime() or mktime(), but in some cases
(sandboxing, chroot) this may be too late.
tcpdump.c