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