From 6609093625b8c48a69af737e6a02ba2befd06adb Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 9 Nov 2009 22:50:29 +0000 Subject: [PATCH] Just ignore tty fd errors rather than dying, stops the server dying if the session is disconnected abrubtly (eg ssh ~.). --- tty.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tty.c b/tty.c index b4da9983..f7b3ec03 100644 --- a/tty.c +++ b/tty.c @@ -138,7 +138,6 @@ void tty_error_callback( unused struct bufferevent *bufev, unused short what, unused void *data) { - fatalx("lost terminal"); } void