mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
mod_cdr_sqlite has no need for (yet) for SIGHUP
This commit is contained in:
@@ -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? */
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user