From f86c06684e39d2072d29ece26ef1fd15d586d377 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Fri, 25 Nov 2011 16:42:46 -0800 Subject: [PATCH] Flush args instruction. --- guacd/src/daemon.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guacd/src/daemon.c b/guacd/src/daemon.c index 642ac6d8..bc352f33 100644 --- a/guacd/src/daemon.c +++ b/guacd/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 */