Commit d6a2abcb authored by vvaltman's avatar vvaltman

deleted livevent call from signal handler

parent b43ab0a5
...@@ -834,9 +834,9 @@ void sig_term_handler (int signum __attribute__ ((unused))) { ...@@ -834,9 +834,9 @@ void sig_term_handler (int signum __attribute__ ((unused))) {
if (write (1, "SIGTERM/SIGINT received\n", 25) < 0) { if (write (1, "SIGTERM/SIGINT received\n", 25) < 0) {
// Sad thing // Sad thing
} }
if (TLS && TLS->ev_base) { //if (TLS && TLS->ev_base) {
event_base_loopbreak (TLS->ev_base); // event_base_loopbreak (TLS->ev_base);
} //}
sigterm_cnt ++; sigterm_cnt ++;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment