mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-18 14:55:49 -04:00
Merge 20982508b14cf46bfde2b418a6de1d7b2ac20320 into af2479da8dc0ff0c7104c4ccde1715b1c562dfdc
This commit is contained in:
commit
eacca90720
@ -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…
x
Reference in New Issue
Block a user