Commit 89569b4b authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

crypt32/tests: Remove an unused assignment (PVS-Studio).

parent bf65fef8
......@@ -2874,7 +2874,7 @@ static void testGetValidUsages(void)
oids[i]);
HeapFree(GetProcessHeap(), 0, oids);
}
numOIDs = size = 0xdeadbeef;
numOIDs = 0xdeadbeef;
/* Oddly enough, this crashes when the number of contexts is not 1:
ret = pCertGetValidUsages(2, contexts, &numOIDs, NULL, &size);
* but setting size to 0 allows it to succeed:
......
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