mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
parent
47398ea705
commit
5601a9b910
@ -11,6 +11,7 @@ void password_cache_free(PasswordCache *cache) {
|
||||
|
||||
cache->pkcs11_passwords = strv_free_erase(cache->pkcs11_passwords);
|
||||
cache->fido2_passwords = strv_free_erase(cache->fido2_passwords);
|
||||
cache->keyring_passswords = strv_free_erase(cache->keyring_passswords);
|
||||
}
|
||||
|
||||
void password_cache_load_keyring(UserRecord *h, PasswordCache *cache) {
|
||||
|
Loading…
Reference in New Issue
Block a user