fix segv if illume2 config load fails.

SVN revision: 69868
This commit is contained in:
Carsten Haitzler 2012-04-02 20:29:18 +00:00
parent f68b32f93d
commit c8952edbf3
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ e_mod_illume_config_shutdown(void)
int
e_mod_illume_config_save(void)
{
if ((!_il_conf_edd) || (!_e_illume_cfg)) return 0;
return e_config_domain_save("module.illume2", _il_conf_edd, _e_illume_cfg);
}