From 935f2c42141eb78c3fd13ace50900bd99b905dd0 Mon Sep 17 00:00:00 2001 From: Daniel Swarbrick Date: Mon, 3 Jan 2011 13:25:46 +0100 Subject: [PATCH] mod_cdr_sqlite has no need for (yet) for SIGHUP --- src/mod/event_handlers/mod_cdr_sqlite/mod_cdr_sqlite.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/mod/event_handlers/mod_cdr_sqlite/mod_cdr_sqlite.c b/src/mod/event_handlers/mod_cdr_sqlite/mod_cdr_sqlite.c index 534f18f2ca..1eae1ab12f 100644 --- a/src/mod/event_handlers/mod_cdr_sqlite/mod_cdr_sqlite.c +++ b/src/mod/event_handlers/mod_cdr_sqlite/mod_cdr_sqlite.c @@ -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? */ - } }