mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Also add session alias in secret service
This commit is contained in:
parent
31c0b23890
commit
20982508b1
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
namespace
|
||||
{
|
||||
constexpr auto DEFAULT_ALIAS = "default";
|
||||
constexpr auto SESSION_ALIAS = "session";
|
||||
}
|
||||
|
||||
namespace FdoSecrets
|
||||
|
@ -173,6 +174,7 @@ namespace FdoSecrets
|
|||
if (coll) {
|
||||
// adding alias will automatically remove the association with previous collection.
|
||||
coll->addAlias(DEFAULT_ALIAS).okOrDie();
|
||||
coll->addAlias(SESSION_ALIAS).okOrDie();
|
||||
}
|
||||
|
||||
m_insideEnsureDefaultAlias = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue