提交 6c6af2ee authored 作者: Kapil Gupta's avatar Kapil Gupta

fixing warning

上级 39390f4f
...@@ -281,12 +281,14 @@ static switch_xml_config_item_t *get_instructions(megaco_profile_t *profile) { ...@@ -281,12 +281,14 @@ static switch_xml_config_item_t *get_instructions(megaco_profile_t *profile) {
3 3
}; };
#if 0
static switch_xml_config_int_options_t opt_termination_id_len = { static switch_xml_config_int_options_t opt_termination_id_len = {
SWITCH_TRUE, /* enforce min */ SWITCH_TRUE, /* enforce min */
1, 1,
SWITCH_TRUE, /* enforce Max */ SWITCH_TRUE, /* enforce Max */
9 9
}; };
#endif
static switch_xml_config_int_options_t pre_buffer_len = { static switch_xml_config_int_options_t pre_buffer_len = {
SWITCH_TRUE, /* enforce min */ SWITCH_TRUE, /* enforce min */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论