mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-08 21:14:11 +00:00
smartcard-channel-client: Fix some typos in a comment
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
69c27d59be
commit
d623b275bd
@ -123,9 +123,9 @@ smartcard_channel_client_alloc_msg_rcv_buf(RedChannelClient *rcc,
|
||||
SmartCardChannelClient *scc = SMARTCARD_CHANNEL_CLIENT(rcc);
|
||||
RedClient *client = red_channel_client_get_client(rcc);
|
||||
|
||||
/* todo: only one reader is actually supported. When we fix the code to support
|
||||
* multiple readers, we will porbably associate different devices to
|
||||
* differenc channels */
|
||||
/* TODO: only one reader is actually supported. When we fix the code to support
|
||||
* multiple readers, we will probably associate different devices to
|
||||
* different channels */
|
||||
if (!scc->priv->smartcard) {
|
||||
scc->priv->msg_in_write_buf = FALSE;
|
||||
return g_malloc(size);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user