summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2012-03-05 12:30:56 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2012-03-05 14:32:53 +0100
commit15f039b440ad28a2f599e4f21310e4a5b11a94d1 (patch)
tree1a8e5e546ed075d38ebce0fbf32b6247cc0ead89
parent0a91bd1dbf10f3b07832d3519cb68adcdefed776 (diff)
Add controller message for "SEND_CAD"
-rw-r--r--SpiceXPI/src/plugin/plugin.cpp1
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"