Commit 58a4aa59 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

secur32/tests: Remove duplicated expression (PVS-Studio).

parent 5741ebb8
...@@ -1366,9 +1366,8 @@ START_TEST(ntlm) ...@@ -1366,9 +1366,8 @@ START_TEST(ntlm)
InitFunctionPtrs(); InitFunctionPtrs();
if(pFreeCredentialsHandle && pDeleteSecurityContext && if(pFreeCredentialsHandle && pDeleteSecurityContext &&
pDeleteSecurityContext && pAcquireCredentialsHandleA && pAcquireCredentialsHandleA && pInitializeSecurityContextA &&
pInitializeSecurityContextA && pCompleteAuthToken && pCompleteAuthToken && pQuerySecurityPackageInfoA)
pQuerySecurityPackageInfoA)
{ {
if(!testAcquireCredentialsHandle()) if(!testAcquireCredentialsHandle())
goto cleanup; goto cleanup;
......
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