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
1 changed files with 0 additions and 4 deletions

View File

@ -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? */
}
}