conf.c: config initialized with 0

This commit is contained in:
Hyeonsik Song
2018-05-02 22:18:57 +09:00
parent 21b1854e87
commit 0f6f83b013

View File

@@ -47,7 +47,7 @@
/** @internal
* Holds the current configuration of the gateway */
static s_config config;
static s_config config = { 0 };
/**
* Mutex for the configuration file, used by the auth_servers related