• valentino's avatar
    fix short period of server.hz being uninitialized · eae8d058
    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.
    eae8d058
server.c 166 KB