1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-03-24 18:16:24 +01:00

Make comment a little more sensible

This commit is contained in:
OJ 2016-03-09 08:53:21 +10:00
parent 62455e57f9
commit e2285737a8

@ -18,7 +18,7 @@ DWORD get_interfaces_windows_mib(Remote *remote, Packet *response)
return ERROR_OUTOFMEMORY;
}
// attempt with an insufficient buffer
// attempt with an insufficient buffer size
DWORD result = GetIpAddrTable(table, &tableSize, TRUE);
if (result == ERROR_INSUFFICIENT_BUFFER)
{