Flush args instruction.
This commit is contained in:
parent
d8697631d0
commit
f86c06684e
@ -102,7 +102,8 @@ void* start_client_thread(void* data) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Send args response */
|
/* Send args response */
|
||||||
if (guac_protocol_send_args(socket, plugin->args)) {
|
if (guac_protocol_send_args(socket, plugin->args)
|
||||||
|
|| guac_socket_flush(socket)) {
|
||||||
|
|
||||||
if (guac_client_plugin_close(plugin)) {
|
if (guac_client_plugin_close(plugin)) {
|
||||||
/* TODO: LOG ERROR */
|
/* TODO: LOG ERROR */
|
||||||
|
Loading…
Reference in New Issue
Block a user