提交 21a5d166 authored 作者: Michael Jerris's avatar Michael Jerris

CID:1024581 Logically dead code

上级 c1f78870
...@@ -2108,7 +2108,7 @@ SWITCH_STANDARD_API(status_function) ...@@ -2108,7 +2108,7 @@ SWITCH_STANDARD_API(status_function)
if (html) { if (html) {
/* don't bother cli with heading and timestamp */ /* don't bother cli with heading and timestamp */
stream->write_function(stream, "%sFreeSWITCH Status%s", html?"<h1>":"", html?"</h1>\n":"\n"); stream->write_function(stream, "%sFreeSWITCH Status%s", "<h1>", "</h1>\n");
stream->write_function(stream, "%s%s", switch_event_get_header(stream->param_event,"Event-Date-Local"), nl); stream->write_function(stream, "%s%s", switch_event_get_header(stream->param_event,"Event-Date-Local"), nl);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论