summaryrefslogtreecommitdiffstats
path: root/client/smartcard_channel.cpp
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-02-03 20:50:22 +0200
committerAlon Levy <alevy@redhat.com>2011-02-07 21:32:40 +0200
commit91bf99a1e98623905485089ff0b7886e30c369a4 (patch)
tree850b391616b9dca171dfb246e2b6de434926fd45 /client/smartcard_channel.cpp
parentc7c6f9aed00b23bf97cb207ab88375dfc2027452 (diff)
downloadspice-91bf99a1e98623905485089ff0b7886e30c369a4.tar.gz
spice-91bf99a1e98623905485089ff0b7886e30c369a4.tar.xz
spice-91bf99a1e98623905485089ff0b7886e30c369a4.zip
client/smartcard: ignore VSC_Init
Diffstat (limited to 'client/smartcard_channel.cpp')
-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);