diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-11-09 22:50:29 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-11-09 22:50:29 +0000 |
commit | 6609093625b8c48a69af737e6a02ba2befd06adb (patch) | |
tree | a01e9ab6fe337d6f79130f059343dee95509c8ca /tty.c | |
parent | 591fa23f6e6ed403457bf86bd69b6c10f93334be (diff) | |
download | rtmux-6609093625b8c48a69af737e6a02ba2befd06adb.tar.gz rtmux-6609093625b8c48a69af737e6a02ba2befd06adb.tar.bz2 rtmux-6609093625b8c48a69af737e6a02ba2befd06adb.zip |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -138,7 +138,6 @@ void tty_error_callback( unused struct bufferevent *bufev, unused short what, unused void *data) { - fatalx("lost terminal"); } void |