summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-02-03 20:50:22 +0200
committerAlon Levy <alevy@redhat.com>2011-02-10 10:34:47 +0200
commit17ba06da2c767cf7e0f378ebe2833ad263f774c3 (patch)
tree2721ea03b542818c6a2ffad0af861b0f6236d5d3
parent0d6550ed60a7dc4e8e0819e7d580616925fc3e4f (diff)
downloadspice-17ba06da2c767cf7e0f378ebe2833ad263f774c3.tar.gz
spice-17ba06da2c767cf7e0f378ebe2833ad263f774c3.tar.xz
spice-17ba06da2c767cf7e0f378ebe2833ad263f774c3.zip
client/smartcard: ignore VSC_Init
-rw-r--r--client/smartcard_channel.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/smartcard_channel.cpp b/client/smartcard_channel.cpp
index e7f38703..c57ecd5c 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);