smart-channel-client: Remove spicec client reference from comment

spicec is an obsolete client.

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
Frediano Ziglio 2019-10-13 21:43:56 +01:00
parent 7f1481dce6
commit cfdb255b41

View File

@ -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);
}