[Spice-devel] [PATCH 1/5] client: don't fall through for CONTROLLER_SEND_CAD

Alon Levy alevy at redhat.com
Sun Feb 26 08:43:31 PST 2012


---
 client/controller.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/client/controller.cpp b/client/controller.cpp
index 91c0021..93805bc 100644
--- a/client/controller.cpp
+++ b/client/controller.cpp
@@ -335,6 +335,8 @@ bool ControllerConnection::handle_message(ControllerMsg *hdr)
         _handler->delete_menu();
         break;
     case CONTROLLER_SEND_CAD:
+        LOG_ERROR("TODO: CONTROLLER_SEND_CAD is not impelemented");
+        break;
     default:
         LOG_ERROR("Ignoring an unknown controller message %u", hdr->id);
         return false;
-- 
1.7.9.1



More information about the Spice-devel mailing list