Don't allow locked or suspended clients to limit the size of active clients.

This commit is contained in:
Nicholas Marriott
2009-09-24 07:02:56 +00:00
parent fecf8dc44e
commit 1764ef81ef
4 changed files with 6 additions and 2 deletions

View File

@ -104,6 +104,7 @@ server_msg_dispatch(struct client *c)
c->flags &= ~CLIENT_SUSPENDED;
tty_start_tty(&c->tty);
server_redraw_client(c);
recalculate_sizes();
server_activity = time(NULL);
break;
case MSG_ENVIRON: