GUACAMOLE-860: [WIP] Interim buildout of TN5250 support.
This commit is contained in:
parent
39a1c25e9b
commit
9ece4b7a5b
@ -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) {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user