Commit c1833ea9 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

mpr: Added missing pointer dereference (Coverity).

parent a73a6e0c
......@@ -1173,7 +1173,7 @@ static DWORD _enumerateContextW(PWNetEnumerator enumerator, LPDWORD lpcCount,
if (ret == WN_SUCCESS)
{
/* reflect the fact that we already enumerated "Entire Network" */
lpcCount++;
(*lpcCount)++;
*lpBufferSize = bufferSize + bytesNeeded;
}
else
......
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