summaryrefslogtreecommitdiffstats
path: root/tty.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-11-09 22:50:29 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-11-09 22:50:29 +0000
commit6609093625b8c48a69af737e6a02ba2befd06adb (patch)
treea01e9ab6fe337d6f79130f059343dee95509c8ca /tty.c
parent591fa23f6e6ed403457bf86bd69b6c10f93334be (diff)
Just ignore tty fd errors rather than dying, stops the server dying if the
session is disconnected abrubtly (eg ssh ~.).
Diffstat (limited to 'tty.c')
-rw-r--r--tty.c1
1 files changed, 0 insertions, 1 deletions
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