1
mirror of https://github.com/rapid7/metasploit-payloads synced 2024-11-20 14:39:22 +01:00

Fix build, remove metsrv warning

This commit is contained in:
OJ 2020-06-25 10:41:29 +10:00
parent 9dc7a32d6a
commit 325048a5e6
No known key found for this signature in database
GPG Key ID: D5DC61FB93260597
3 changed files with 1 additions and 1 deletions

View File

@ -755,7 +755,7 @@ DWORD request_core_pivot_add_named_pipe(Remote* remote, Packet* packet)
namedPipeServer = ".";
}
UINT pivotIdLen = 0;
DWORD pivotIdLen = 0;
LPBYTE pivotId = packet_get_tlv_value_raw(packet, TLV_TYPE_PIVOT_ID, &pivotIdLen);
if (pivotId != NULL)
{