提交 ca518b4a authored 作者: Brian West's avatar Brian West

bracketless if fix

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9076 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 ccbf3936
...@@ -451,11 +451,12 @@ static switch_status_t do_config(void) ...@@ -451,11 +451,12 @@ static switch_status_t do_config(void)
switch_xml_bind_search_function(perl_fetch, switch_xml_parse_section_string(val), NULL); switch_xml_bind_search_function(perl_fetch, switch_xml_parse_section_string(val), NULL);
} }
} else if (!strcmp(var, "startup-script")) { } else if (!strcmp(var, "startup-script")) {
if ( val ) if (val) {
perl_thread(val); perl_thread(val);
} }
} }
} }
}
switch_xml_free(xml); switch_xml_free(xml);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论