diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-03-04 17:46:31 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-03-07 17:46:31 +0100 |
commit | b6e4162116777bf1c22119160842b47671a5a5c4 (patch) | |
tree | 54894eace749774f53b420c2d14521cd6870dc44 /nDPIsrvd.c | |
parent | 717d66b0e7a05eb0d22c85fda7a4448885e7f1ec (diff) |
Extend CI pipeline build and test.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'nDPIsrvd.c')
-rw-r--r-- | nDPIsrvd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nDPIsrvd.c b/nDPIsrvd.c index 888db15c4..3c3fddf94 100644 --- a/nDPIsrvd.c +++ b/nDPIsrvd.c @@ -1699,9 +1699,11 @@ int main(int argc, char ** argv) } signal(SIGPIPE, SIG_IGN); +#if !defined(__FreeBSD__) && !defined(__APPLE__) signal(SIGINT, SIG_IGN); signal(SIGTERM, SIG_IGN); signal(SIGQUIT, SIG_IGN); +#endif if (setup_event_queue(&io) != 0) { |