diff --git a/src/protocols/tn5250/tn5250.c b/src/protocols/tn5250/tn5250.c index 76d378c8..90fbf3ae 100644 --- a/src/protocols/tn5250/tn5250.c +++ b/src/protocols/tn5250/tn5250.c @@ -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) { + + } + }