client/smartcard: ignore VSC_Init

This commit is contained in:
Alon Levy 2011-02-03 20:50:22 +02:00
parent c7c6f9aed0
commit 91bf99a1e9

View File

@ -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);