1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-30 18:24:17 +00:00

mod_cdr_sqlite has no need for (yet) for SIGHUP

This commit is contained in:
Daniel Swarbrick 2011-01-03 13:25:46 +01:00
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? */
}
}