crypt32: Fix typo.

This commit is contained in:
Juan Lang 2007-08-14 14:30:07 -07:00 committed by Alexandre Julliard
parent f1cb8057e7
commit 7316156d35
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ static void *CRYPT_CollectionAdvanceEnum(PWINE_COLLECTIONSTORE store,
pPrev = NULL;
}
else
child = storeEntry->store->certs.enumContext(storeEntry->store, NULL);
child = contextStore->enumContext(storeEntry->store, NULL);
if (child)
ret = CRYPT_CollectionCreateContextFromChild(store, storeEntry, child,
contextSize, FALSE);