Github user necouchman commented on a diff in the pull request:
https://github.com/apache/guacamole-server/pull/200#discussion_r232485885
--- Diff: src/protocols/ssh/argv.c ---
@@ -81,16 +110,51 @@ static int guac_ssh_argv_blob_handler(guac_user* user,
static int guac_ssh_argv_end_handler(guac_user* user,
guac_stream* stream) {
+ int size;
+
guac_client* client = user->client;
- guac_ssh_client* telnet_client = (guac_ssh_client*) client->data;
- guac_terminal* terminal = telnet_client->term;
--- End diff --
Wow, not sure how I missed that last time around!
---