diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2012-03-05 12:30:56 +0100 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2012-03-05 14:32:53 +0100 |
commit | 15f039b440ad28a2f599e4f21310e4a5b11a94d1 (patch) | |
tree | 1a8e5e546ed075d38ebce0fbf32b6247cc0ead89 /SpiceXPI | |
parent | 0a91bd1dbf10f3b07832d3519cb68adcdefed776 (diff) |
Add controller message for "SEND_CAD"
Diffstat (limited to 'SpiceXPI')
-rw-r--r-- | 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" |