1
0
Fork 0

Added configuration parsing for allow-ip-type

This commit is contained in:
shawarma 2005-03-11 22:54:24 +00:00
parent a695ea217f
commit 9112b7f312
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ MmsBoxSettings *mms_load_mmsbox_settings(Cfg *cfg)
} else
m->mms_detokenizefuncs = NULL;
m->allow_ip_type = 0;
cfg_get_bool(&m->allow_ip_type, grp, octstr_imm("allow-ip-type"));
return m;
}