提交 3ca85365 authored 作者: Anthony Minessale's avatar Anthony Minessale

regression from 29f66f99

上级 13ac8bae
...@@ -774,10 +774,10 @@ SWITCH_DECLARE(switch_bool_t) switch_simple_email(const char *to, ...@@ -774,10 +774,10 @@ SWITCH_DECLARE(switch_bool_t) switch_simple_email(const char *to,
end: end:
if (fd < 0) { if (fd > -1) {
close(fd); close(fd);
} }
if (ifd < 0) { if (ifd > -1) {
close(ifd); close(ifd);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论