Drop the no_stop argument to tty_close and tty_free in favour of a flag in the

tty struct.
This commit is contained in:
Nicholas Marriott
2009-08-11 19:32:25 +00:00
parent f0635717b3
commit ff65e37545
4 changed files with 15 additions and 9 deletions

View File

@ -902,7 +902,7 @@ server_lost_client(struct client *c)
ARRAY_SET(&clients, i, NULL);
}
tty_free(&c->tty, c->flags & CLIENT_SUSPENDED);
tty_free(&c->tty);
screen_free(&c->status);