[Spice-devel] [PATCH 7/9] client/smartcard: ignore VSC_Init

Alon Levy alevy at redhat.com
Wed Feb 9 02:20:46 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 e7f3870..c57ecd5 100644
--- a/client/smartcard_channel.cpp
+++ b/client/smartcard_channel.cpp
@@ -410,6 +410,8 @@ void VSCMessageEvent::response(AbstractProcessLoop& loop)
                     _vheader->reader_id, error->code);
             }
             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