Reorganised the Unicode layer somewhat: moved luni_send and
[u/mdw/putty] / ssh.c
diff --git a/ssh.c b/ssh.c
index 59726ae..d158d53 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -5975,8 +5975,6 @@ static void ssh_size(void *handle, int width, int height)
        break;
       case SSH_STATE_SESSION:
        if (!cfg.nopty) {
-           if (!term)
-               return;
            if (ssh->version == 1) {
                send_packet(ssh, SSH1_CMSG_WINDOW_SIZE,
                            PKT_INT, ssh->term_height,