Warning fix

This commit is contained in:
Shauren
2019-06-08 17:22:54 +02:00
parent 0857c033e9
commit 3bf084c70e

View File

@@ -525,7 +525,7 @@ LPBYTE WINAPI CascFindEncryptionKey(HANDLE hStorage, ULONGLONG KeyName)
if (hs == NULL)
{
SetLastError(ERROR_INVALID_HANDLE);
return false;
return NULL;
}
return CascFindKey(hs, KeyName);