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:
parent
1597188f4d
commit
11b0bf7db8
@ -665,7 +665,7 @@ void ConfigFile::parse(Stream* stream)
|
|||||||
}
|
}
|
||||||
|
|
||||||
previous->sub = FB_NEW_POOL(getPool())
|
previous->sub = FB_NEW_POOL(getPool())
|
||||||
ConfigFile(getPool(), &subStream, flags & ~HAS_SUB_CONF);
|
ConfigFile(getPool(), &subStream, flags);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user