crypt32: Initialize a variable.

This commit is contained in:
Juan Lang 2007-11-02 12:09:32 -07:00 committed by Alexandre Julliard
parent 9f808670ac
commit 8b17846d6a
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@ void crypt_sip_free(void)
static BOOL CRYPT_LoadSIP(const GUID *pgSubject)
{
SIP_DISPATCH_INFO sip = { 0 };
HMODULE lib, temp = NULL;
HMODULE lib = NULL, temp = NULL;
sip.pfGet = CRYPT_LoadSIPFunc(pgSubject, szGetSigned, &lib);
if (!sip.pfGet)