diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-06-07 16:22:49 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-06-07 16:22:49 +0200 |
commit | 5954e46340c4851d40aecece4622f5082398ad66 (patch) | |
tree | 50f70792526ab0b3836c7358aafbcc26e660ac52 /nDPIsrvd.c | |
parent | 54e0601fec5330aa93810c7212dde233c4354379 (diff) |
Build system cleanup / cosmetics.1.4
* libnDPI submodule update
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'nDPIsrvd.c')
-rw-r--r-- | nDPIsrvd.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nDPIsrvd.c b/nDPIsrvd.c index 7e5f80a9e..d16768ed9 100644 --- a/nDPIsrvd.c +++ b/nDPIsrvd.c @@ -905,6 +905,10 @@ int main(int argc, char ** argv) signal(SIGPIPE, SIG_IGN); + signal(SIGINT, SIG_IGN); + signal(SIGTERM, SIG_IGN); + signal(SIGQUIT, SIG_IGN); + epollfd = setup_event_queue(); if (epollfd < 0) { |