From: Daniel Swarbrick Date: Mon, 3 Jan 2011 12:25:46 +0000 (+0100) Subject: mod_cdr_sqlite has no need for (yet) for SIGHUP X-Git-Tag: v1.2-rc1~223^2~2^2^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=935f2c42141eb78c3fd13ace50900bd99b905dd0;p=thirdparty%2Ffreeswitch.git mod_cdr_sqlite has no need for (yet) for SIGHUP --- 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? */ - } }