提交 4c3a0eb3 authored 作者: Anthony Minessale's avatar Anthony Minessale

fix build for n00buntu

上级 0651b01a
...@@ -2402,7 +2402,7 @@ static int switch_system_fork(const char *cmd, switch_bool_t wait) ...@@ -2402,7 +2402,7 @@ static int switch_system_fork(const char *cmd, switch_bool_t wait)
} }
set_low_priority(); set_low_priority();
system(cmd); i = system(cmd);
exit(0); exit(0);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论