diff src/aim.c @ 3806:b7a6aa99ee7c

[gaim-migrate @ 3949] Damned sound. Thanks, Rob McQueen. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 26 Oct 2002 19:16:26 +0000
parents 9bcb42faccc0
children 21bf44275d49
line wrap: on
line diff
--- a/src/aim.c	Sat Oct 26 18:12:17 2002 +0000
+++ b/src/aim.c	Sat Oct 26 19:16:26 2002 +0000
@@ -395,6 +395,12 @@
 #endif
 		abort();
 		break;
+	case SIGCHLD:
+		clean_pid();
+#if HAVE_SIGNAL_H
+		signal(SIGCHLD, sighandler);    /* restore signal catching on this one! */
+#endif
+		break;
 	default:
 		debug_printf("caught signal %d\n", sig);
 		signoff_all(NULL, NULL);