parent
75b112f0c8
commit
89e58f78f1
3 changed files with 11 additions and 11 deletions
|
|
@ -1617,8 +1617,8 @@ download_cross_signing_keys()
|
|||
[secrets::cross_signing_user_signing] =
|
||||
user_signing_key->encrypted.begin()->second;
|
||||
|
||||
for (const auto &[key, secrets] : secrets)
|
||||
unlock_secrets(key, secrets);
|
||||
for (const auto &[key, secret_] : secrets)
|
||||
unlock_secrets(key, secret_);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue