mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
Fixed bug in a sample - thanks to Adriano
This commit is contained in:
parent
b8a11dcb4d
commit
7379705b9d
@ -261,7 +261,7 @@ ICryptKeyCallback* CryptKeyHolder::keyHandle(CheckStatusWrapper* status, const c
|
||||
IConfigEntry* confEntry = getEntry(status, kn);
|
||||
if (confEntry)
|
||||
{
|
||||
UCHAR k = confEntry->getIntValue();
|
||||
int k = confEntry->getIntValue();
|
||||
confEntry->release();
|
||||
if (k > 0 && k < 256)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user