8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 06:03:02 +01:00

Improvement CORE-5257 : Enable nested keys in plugin configuration

This commit is contained in:
hvlad 2016-06-03 01:00:16 +03:00
parent 1597188f4d
commit 11b0bf7db8

View File

@ -665,7 +665,7 @@ void ConfigFile::parse(Stream* stream)
}
previous->sub = FB_NEW_POOL(getPool())
ConfigFile(getPool(), &subStream, flags & ~HAS_SUB_CONF);
ConfigFile(getPool(), &subStream, flags);
}
break;
}