mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 23:23:02 +01:00
Fixed CORE-4991: Key holder plugin is loaded on connect to database but not on create
This commit is contained in:
parent
23bd54fb34
commit
ea5a949d1a
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user