[Spice-devel] [PATCH spice-server v2 1/7] smart-channel-client: Remove spicec client reference from comment

Frediano Ziglio fziglio at redhat.com
Mon Oct 14 09:22:11 UTC 2019


spicec is an obsolete client.

Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 server/smartcard-channel-client.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/server/smartcard-channel-client.c b/server/smartcard-channel-client.c
index 43df902f5..da472a2a7 100644
--- a/server/smartcard-channel-client.c
+++ b/server/smartcard-channel-client.c
@@ -252,8 +252,7 @@ bool smartcard_channel_client_handle_message(RedChannelClient *rcc,
     SmartCardChannelClient *scc = SMARTCARD_CHANNEL_CLIENT(rcc);
 
     if (type != SPICE_MSGC_SMARTCARD_DATA) {
-        /* Handles seamless migration protocol. Also handles ack's,
-         * spicy sends them while spicec does not */
+        /* Handles seamless migration protocol. Also handles ack's */
         return red_channel_client_handle_message(rcc, type, size, message);
     }
 
-- 
2.21.0



More information about the Spice-devel mailing list