GUACAMOLE-860: [WIP] Interim buildout of TN5250 support.

This commit is contained in:
Nick Couchman 2019-08-17 22:08:12 -04:00
parent 39a1c25e9b
commit 9ece4b7a5b

View File

@ -552,5 +552,10 @@ void __guac_tn5250_recv_sna_packet(guac_client* client, telnet_event_t* event) {
} }
/* Process data until we get the EOR option */
while (packet[i] != TELNET_TELOPT_EOR) {
}
} }