mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
Postfix for CORE-6450
This commit is contained in:
parent
ad68b60aca
commit
8b70d337e0
@ -76,7 +76,8 @@ void PluginDatabases::getInstance(IPluginConfig* pluginConfig, CachedSecurityDat
|
||||
if (secDbName == dbArray[i]->secureDbName)
|
||||
{
|
||||
CachedSecurityDatabase* fromCache = dbArray[i];
|
||||
if (fromCache->secDb->test())
|
||||
// if element is just created or test passed we can use it
|
||||
if ((!fromCache->secDb) || fromCache->secDb->test())
|
||||
{
|
||||
instance.set(fromCache);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user