Stu and Ethan think we should ignore SIGHUP. That's fine by me.

Mon, 26 May 2008 17:10:55 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Mon, 26 May 2008 17:10:55 +0000
changeset 23349
2f84acf5b84c
parent 23344
edd0045bf715
child 23350
9d9885d1c1b6
child 23352
9714223ca7a7

Stu and Ethan think we should ignore SIGHUP. That's fine by me.

pidgin/gtkmain.c file | annotate | diff | comparison | revisions
--- a/pidgin/gtkmain.c	Mon May 26 06:50:06 2008 +0000
+++ b/pidgin/gtkmain.c	Mon May 26 17:10:55 2008 +0000
@@ -185,6 +185,9 @@
 sighandler(int sig)
 {
 	switch (sig) {
+	case SIGHUP:
+		purple_debug_warning("sighandler", "Caught signal %d\n", sig);
+		break;
 	case SIGSEGV:
 		fprintf(stderr, "%s", segfault_message);
 		abort();

mercurial