This commit is contained in:
Heiko Schaefer 2021-07-17 03:10:56 +02:00
parent 7590b4f06b
commit aef6c781ed

View file

@ -47,7 +47,7 @@ impl CardApp {
}
/// Read capabilities from the card, and set them in the CardApp
pub fn init_caps(mut self, ard: &Tlv) -> Result<Self> {
pub fn init_caps(self, ard: &Tlv) -> Result<Self> {
// Determine chaining/extended length support from card
// metadata and cache this information in CardApp (as a
// CardCaps)