Missing #include.
[u/mdw/putty] / ssh.c
diff --git a/ssh.c b/ssh.c
index 505b4ae..750017f 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -10037,6 +10037,12 @@ static void ssh_unthrottle(void *handle, int bufsize)
            }
        }
     }
+
+    /*
+     * Now process any SSH connection data that was stashed in our
+     * queue while we were frozen.
+     */
+    ssh_process_queued_incoming_data(ssh);
 }
 
 void ssh_send_port_open(void *channel, char *hostname, int port, char *org)