Commit 44296402 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

vnbt.vxd: Remove dead initialization (clang).

parent c7becc30
......@@ -125,7 +125,7 @@ BOOL WINAPI VNBT_DeviceIoControl(DWORD dwIoControlCode,
error = GetAdaptersInfo(adapterInfo, &size);
if (NO_ERROR == error)
{
PIP_ADAPTER_INFO ptr = adapterInfo;
PIP_ADAPTER_INFO ptr;
for (ptr = adapterInfo; ptr && info->numEntries <
MAX_NBT_ENTRIES; ptr = ptr->Next)
......
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