K 10 svn:author V 5 green K 8 svn:date V 27 2001-01-06T21:15:07.000000Z K 7 svn:log V 271 Fix a long-standing bug that resulted in a dropped session sometimes when an X11-forwarded client was closed. For some reason, sshd didn't disable the SIGPIPE exit handler and died a horrible death (well, okay, a silent death really). Set SIGPIPE's handler to SIG_IGN. END