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)
InitFunctionPtrs();
if(pFreeCredentialsHandle && pDeleteSecurityContext &&
pDeleteSecurityContext && pAcquireCredentialsHandleA &&
pInitializeSecurityContextA && pCompleteAuthToken &&
pQuerySecurityPackageInfoA)
pAcquireCredentialsHandleA && pInitializeSecurityContextA &&
pCompleteAuthToken && pQuerySecurityPackageInfoA)
{
if(!testAcquireCredentialsHandle())
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