提交 483b7547 authored 作者: Rupa Schomaker's avatar Rupa Schomaker

remove superfluous true from nat_map reinit


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14061 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 e5eb577f
......@@ -77,7 +77,6 @@ SWITCH_STANDARD_API(nat_map_function)
goto ok;
} else if (argv[0] && switch_stristr("reinit", argv[0])) {
switch_nat_reinit();
stream->write_function(stream, "true");
tmp = switch_nat_status();
stream->write_function(stream, tmp);
switch_safe_free(tmp);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论