提交 650f55bf authored 作者: Brian West's avatar Brian West

doh

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16255 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 99a4b08f
...@@ -632,6 +632,7 @@ SWITCH_DECLARE(void) switch_nat_republish(void) ...@@ -632,6 +632,7 @@ SWITCH_DECLARE(void) switch_nat_republish(void)
if (!(natxml = switch_xml_parse_str_dup(stream.data))) { if (!(natxml = switch_xml_parse_str_dup(stream.data))) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Unable to parse XML: %s\n", (char *) stream.data); switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Unable to parse XML: %s\n", (char *) stream.data);
switch_safe_free(stream.data); switch_safe_free(stream.data);
return;
} }
/* iterate the xml and publish the mappings */ /* iterate the xml and publish the mappings */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论