Commit 7316156d authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

crypt32: Fix typo.

parent f1cb8057
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment