diff options
author | Sadie Powell <sadie@witchery.services> | 2024-03-18 11:13:46 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-03-18 11:27:10 +0000 |
commit | cb3848b7dbb7eeb809898b2fccab3ff2f0696e6e (patch) | |
tree | d40832e33a9918965869902f517837e90e752c76 /src/init.cpp | |
parent | 753119c4a16f6dafacbeb3d98fe72133badca949 (diff) |
Use clock_gettime if it is available.
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp index 8b9703493..3dcf7460c 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -290,6 +290,7 @@ bool Anope::Init(int ac, char **av) umask(DEFUMASK); #endif + Anope::UpdateTime(); Serialize::RegisterTypes(); /* Parse command line arguments */ |