• valentino's avatar
    fix short period of server.hz being uninitialized · 88805cbb
    valentino authored
    server.hz was uninitialized between initServerConfig and initServer.
    this can lead to someone (e.g. queued modules) doing createObject,
    and accessing an uninitialized variable, that can potentially be 0,
    and lead to a crash.
    88805cbb
server.c 166 KB