8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:43:02 +01:00

Fixed CORE-4991: Key holder plugin is loaded on connect to database but not on create

This commit is contained in:
alexpeshkoff 2015-11-11 13:53:04 +00:00
parent 23bd54fb34
commit ea5a949d1a

View File

@ -2740,6 +2740,7 @@ JAttachment* JProvider::createDatabase(CheckStatusWrapper* user_status, const ch
if (!options.dpb_set_force_write)
PAG_set_force_write(tdbb, true);
dbb->dbb_crypto_manager->attach(tdbb, attachment);
dbb->dbb_backup_manager->dbCreating = false;
config->notify();