Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
49b98891
Commit
49b98891
authored
Oct 16, 2013
by
Jacek Caban
Committed by
Alexandre Julliard
Oct 16, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crypt32: Removed no longer needed hCertStore setting.
parent
cd3fd297
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
collectionstore.c
dlls/crypt32/collectionstore.c
+0
-6
No files found.
dlls/crypt32/collectionstore.c
View file @
49b98891
...
...
@@ -255,8 +255,6 @@ static void *Collection_enumCert(WINECRYPT_CERTSTORE *store, void *pPrev)
}
}
LeaveCriticalSection
(
&
cs
->
cs
);
if
(
ret
)
((
PCERT_CONTEXT
)
ret
)
->
hCertStore
=
store
;
TRACE
(
"returning %p
\n
"
,
ret
);
return
ret
;
}
...
...
@@ -329,8 +327,6 @@ static void *Collection_enumCRL(WINECRYPT_CERTSTORE *store, void *pPrev)
}
}
LeaveCriticalSection
(
&
cs
->
cs
);
if
(
ret
)
((
PCRL_CONTEXT
)
ret
)
->
hCertStore
=
store
;
TRACE
(
"returning %p
\n
"
,
ret
);
return
ret
;
}
...
...
@@ -402,8 +398,6 @@ static void *Collection_enumCTL(WINECRYPT_CERTSTORE *store, void *pPrev)
}
}
LeaveCriticalSection
(
&
cs
->
cs
);
if
(
ret
)
((
PCTL_CONTEXT
)
ret
)
->
hCertStore
=
store
;
TRACE
(
"returning %p
\n
"
,
ret
);
return
ret
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment