client: init the config pointer to NULL.

This commit is contained in:
Tom Hacohen 2013-11-07 13:44:08 +00:00
parent 0b37c98fc5
commit 618a820e3b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
#include "cfg.h"
#include "Clouseau.h"
Clouseau_Cfg *_clouseau_cfg;
Clouseau_Cfg *_clouseau_cfg = NULL;
static Eet_Data_Descriptor * _clouseau_cfg_descriptor;
#define _CONFIG_ENTRY "config"