提交 935f2c42 authored 作者: Daniel Swarbrick's avatar Daniel Swarbrick

mod_cdr_sqlite has no need for (yet) for SIGHUP

上级 8ecf3080
...@@ -173,10 +173,6 @@ static void event_handler(switch_event_t *event) ...@@ -173,10 +173,6 @@ static void event_handler(switch_event_t *event)
if (globals.shutdown) { if (globals.shutdown) {
return; return;
} }
if (sig && !strcmp(sig, "HUP")) {
/* Should we do something on SIG_HUP? */
}
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论