[Spice-devel] [PATCH 5/8] client/smartcard: ignore VSC_Init
Alon Levy
alevy at redhat.com
Thu Feb 3 11:02:56 PST 2011
---
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);
--
1.7.4
More information about the Spice-devel
mailing list