mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-08 16:48:06 +00:00
client/smartcard: ignore VSC_Init
This commit is contained in:
parent
c7c6f9aed0
commit
91bf99a1e9
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user