提交 bc6fe22a authored 作者: Chris Rienzo's avatar Chris Rienzo 提交者: Andrey Volk

FS-11785 [mod_tone_stream] fix dead assignment

上级 f612fab9
......@@ -176,7 +176,6 @@ static switch_status_t tone_stream_file_open(switch_file_handle_t *handle, const
teletone_run(&ts, buf);
}
close(fd);
fd = -1;
} else {
teletone_run(&ts, tonespec);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论