explicit return in yubikeystore.AddKey to see if interface typing is causing weird behaviour

Signed-off-by: David Lawrence <david.lawrence@docker.com> (github: endophage)
This commit is contained in:
David Lawrence 2015-11-07 16:10:01 -08:00
parent a3336e696e
commit 72cd24ac13
1 changed files with 1 additions and 0 deletions

View File

@ -548,6 +548,7 @@ func (s *YubiKeyStore) AddKey(keyID, role string, privKey data.PrivateKey) error
role: role,
slotID: slot,
}
return nil
}
return err
}