From: Michael Jumper Date: Sat, 26 Nov 2011 00:42:46 +0000 (-0800) Subject: Flush args instruction. X-Git-Url: http://git.alex.org.uk Flush args instruction. --- diff --git a/src/daemon.c b/src/daemon.c index 642ac6d..bc352f3 100644 --- a/src/daemon.c +++ b/src/daemon.c @@ -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 */