mirror of
https://github.com/rapid7/metasploit-payloads
synced 2024-11-20 14:39:22 +01:00
Don't delete responses joe!
This commit is contained in:
parent
00aea8da1a
commit
cc6b6a1236
@ -46,7 +46,7 @@ DWORD request_exec_cmd(Remote *remote, Packet *packet)
|
|||||||
dprintf("[BOFLOADER] Inside request cmd\n");
|
dprintf("[BOFLOADER] Inside request cmd\n");
|
||||||
if (NULL == response)
|
if (NULL == response)
|
||||||
{
|
{
|
||||||
met_api->packet.destroy(response);
|
// Don't delete the response!
|
||||||
return ERROR_OUTOFMEMORY;
|
return ERROR_OUTOFMEMORY;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user