[Spice-devel] [spice-xpi 3/4] Add controller message for "SEND_CAD"

Christophe Fergeau cfergeau at redhat.com
Mon Mar 5 05:33:35 PST 2012


---
 SpiceXPI/src/plugin/plugin.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/SpiceXPI/src/plugin/plugin.cpp b/SpiceXPI/src/plugin/plugin.cpp
index 220ac39..1564b70 100644
--- a/SpiceXPI/src/plugin/plugin.cpp
+++ b/SpiceXPI/src/plugin/plugin.cpp
@@ -651,6 +651,7 @@ void nsPluginInstance::Connect()
         SendStr(CONTROLLER_PASSWORD, m_password.c_str());
         SendStr(CONTROLLER_TLS_CIPHERS, m_cipher_suite.c_str());
         SendStr(CONTROLLER_SET_TITLE, m_title.c_str());
+        SendBool(CONTROLLER_SEND_CAD, m_send_ctrlaltdel);
 
         /*
          * HACK -- remove leading s from m_SSLChannels, e.g. "main" not "smain"
-- 
1.7.7.6



More information about the Spice-devel mailing list