1
0
Fork 0

*** empty log message ***

This commit is contained in:
bagyenda 2007-04-17 13:30:59 +00:00
parent e59b517fb8
commit c3a4ddcf67
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ int mms_load_mmsbox_settings(mCfg *cfg, gwthread_func_t *mmsc_handler_func)
m->id = _mms_cfg_getx(x, octstr_imm("id"));
if (octstr_len(m->id) < 1)
panic(0,"Missing required value `mmsc-id' in config file!");
panic(0,"Missing required value `id' in config file!");
m->group_id = _mms_cfg_getx(x, octstr_imm("group-id"));
if (octstr_len(m->group_id) < 1)
m->group_id = octstr_duplicate(m->id);