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

Better parameter name in CORE-5472

This commit is contained in:
AlexPeshkoff 2017-03-16 13:07:23 +03:00
parent 2fdb281759
commit 51accdaa70

View File

@ -195,7 +195,7 @@ const Config::ConfigEntry Config::entries[MAX_CONFIG_KEY] =
{TYPE_BOOLEAN, "RemoteAccess", (ConfigValue) true},
{TYPE_BOOLEAN, "IPv6V6Only", (ConfigValue) false},
{TYPE_BOOLEAN, "WireCompression", (ConfigValue) false},
{TYPE_BOOLEAN, "CryptSecurityDatabase", (ConfigValue) false}
{TYPE_BOOLEAN, "AllowEncryptedSecurityDatabase", (ConfigValue) false}
};
/******************************************************************************