mirror of
https://github.com/openNDS/openNDS.git
synced 2026-05-04 03:01:32 -04:00
conf.c: config initialized with 0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user