Module: wine Branch: master Commit: 7316156d35fbf6f75de6486759e8beefc8f2a088 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7316156d35fbf6f75de6486759...
Author: Juan Lang juan.lang@gmail.com Date: Tue Aug 14 14:30:07 2007 -0700
crypt32: Fix typo.
---
dlls/crypt32/store.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/crypt32/store.c b/dlls/crypt32/store.c index d5e7734..2c09335 100644 --- a/dlls/crypt32/store.c +++ b/dlls/crypt32/store.c @@ -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);