Flush args instruction.

This commit is contained in:
Michael Jumper 2011-11-25 16:42:46 -08:00
parent d8697631d0
commit f86c06684e

View File

@ -102,7 +102,8 @@ void* start_client_thread(void* data) {
}
/* 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)) {
/* TODO: LOG ERROR */