mod_cdr_sqlite has no need for (yet) for SIGHUP
This commit is contained in:
parent
8ecf308075
commit
935f2c4214
|
@ -173,10 +173,6 @@ static void event_handler(switch_event_t *event)
|
|||
if (globals.shutdown) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (sig && !strcmp(sig, "HUP")) {
|
||||
/* Should we do something on SIG_HUP? */
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue