---
 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

_______________________________________________
Spice-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to