diff --git a/TODO b/TODO index bb3ee1c2..e9eb4103 100644 --- a/TODO +++ b/TODO @@ -69,4 +69,3 @@ split. string length should be part of the command size - quick intro section (tmux new/attach/detach) etc - chmod +x socket when any client is attached (upd in lost/accept) - diff --git a/server-msg.c b/server-msg.c index 4441deda..d5cc54ad 100644 --- a/server-msg.c +++ b/server-msg.c @@ -1,5 +1,5 @@ -/* $Id: server-msg.c,v 1.41 2007-12-06 20:53:48 nicm Exp $ */ +/* $Id: server-msg.c,v 1.42 2007-12-12 19:44:59 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -253,8 +253,6 @@ server_msg_fn_exiting(struct hdr *hdr, struct client *c) tty_close(&c->tty); - recalculate_sizes(); - server_write_client(c, MSG_EXITED, NULL, 0); return (0);