Ignore SIGPIPE

This commit is contained in:
vemax78 2013-08-06 22:14:28 +02:00
parent 7b5b9be58b
commit 9a57f2806d
1 changed files with 1 additions and 0 deletions

View File

@ -523,6 +523,7 @@ int ac_execute(void) {
/* Handler signal */
g_ac.running = 1;
signal(SIGPIPE, SIG_IGN);
signal(SIGINT, ac_signal_handler);
signal(SIGTERM, ac_signal_handler);