[Spice-commits] server/smartcard-channel-client.c
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Mon Oct 21 08:25:16 UTC 2019
server/smartcard-channel-client.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit cfdb255b4182193fc7d027f7f032ed19c25c94b3
Author: Frediano Ziglio <fziglio at redhat.com>
Date: Sun Oct 13 21:43:56 2019 +0100
smart-channel-client: Remove spicec client reference from comment
spicec is an obsolete client.
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
Acked-by: Victor Toso <victortoso at redhat.com>
diff --git a/server/smartcard-channel-client.c b/server/smartcard-channel-client.c
index 43df902f..da472a2a 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);
}
More information about the Spice-commits
mailing list