[Spice-devel] [PATCH 5/8] client/smartcard: ignore VSC_Init
Hans de Goede
hdegoede at redhat.com
Fri Feb 4 00:42:46 PST 2011
Ack.
On 02/03/2011 08:02 PM, Alon Levy wrote:
> ---
> client/smartcard_channel.cpp | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/client/smartcard_channel.cpp b/client/smartcard_channel.cpp
> index 0b6b2a1..02b8c5b 100644
> --- a/client/smartcard_channel.cpp
> +++ b/client/smartcard_channel.cpp
> @@ -417,6 +417,8 @@ void VSCMessageEvent::response(AbstractProcessLoop& loop)
> }
> }
> return;
> + case VSC_Init:
> + break;
> default:
> LOG_WARN("unhandled VSC %d of length %d, reader %d",
> _vheader->type, _vheader->length, _vheader->reader_id);
More information about the Spice-devel
mailing list