mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 02:34:18 +00:00
FS-5103 --resolve
This commit is contained in:
parent
187d55c7ea
commit
56d397fc1b
@ -2140,6 +2140,9 @@ SWITCH_DECLARE(void) switch_core_set_signal_handlers(void)
|
||||
#ifdef SIGPIPE
|
||||
signal(SIGPIPE, SIG_IGN);
|
||||
#endif
|
||||
#ifdef SIGALRM
|
||||
signal(SIGALRM, SIG_IGN);
|
||||
#endif
|
||||
#ifdef SIGQUIT
|
||||
signal(SIGQUIT, SIG_IGN);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user