8
0
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:
alexpeshkoff 2016-02-19 10:39:11 +00:00
parent b8a11dcb4d
commit 7379705b9d

View File

@ -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)
{