Skip to content

Commit fb99f96

Browse files
committed
Postfix for CORE-6450
1 parent 1b6a35b commit fb99f96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/auth/SecDbCache.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ void PluginDatabases::getInstance(IPluginConfig* pluginConfig, CachedSecurityDat
7979
if (secDbName == dbArray[i]->secureDbName)
8080
{
8181
CachedSecurityDatabase* fromCache = dbArray[i];
82-
if (fromCache->secDb->test())
82+
if ((!fromCache->secDb) || fromCache->secDb->test())
8383
{
8484
instance.set(fromCache);
8585
break;

0 commit comments

Comments
 (0)