Just ignore tty fd errors rather than dying, stops the server dying if the

session is disconnected abrubtly (eg ssh ~.).
pull/1/head
Nicholas Marriott 2009-11-09 22:50:29 +00:00
parent 591fa23f6e
commit 6609093625
1 changed files with 0 additions and 1 deletions

1
tty.c
View File

@ -138,7 +138,6 @@ void
tty_error_callback(
unused struct bufferevent *bufev, unused short what, unused void *data)
{
fatalx("lost terminal");
}
void