mirror of
https://github.com/status-im/miniupnp.git
synced 2025-01-20 11:19:32 +00:00
miniupnpd/pcpserver.c: fix ProcessPCPRequest()
fix commit 620af3737c8beffe87e08b7e0c34ab1661251695
This commit is contained in:
parent
3f9000db76
commit
ba97c9b238
@ -1195,7 +1195,7 @@ static int processPCPRequest(void * req, int req_size, pcp_info_t *pcp_msg_info)
|
|||||||
pcp_msg_info->result_code = PCP_ERR_MALFORMED_REQUEST;
|
pcp_msg_info->result_code = PCP_ERR_MALFORMED_REQUEST;
|
||||||
return pcp_msg_info->result_code;
|
return pcp_msg_info->result_code;
|
||||||
}
|
}
|
||||||
peer_v1 = (pcp_peer_v1_t*)(req + processedSize);
|
peer_v1 = (pcp_peer_v1_t*)req;
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
printPEEROpcodeVersion1(peer_v1);
|
printPEEROpcodeVersion1(peer_v1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user