Fix PCP MAP mapping refresh
This commit is contained in:
parent
375812a5fc
commit
3f85c8b859
|
@ -843,7 +843,7 @@ static void CreatePCPMap(pcp_info_t *pcp_msg_info)
|
|||
} else {
|
||||
if (_upnp_delete_redir(pcp_msg_info->ext_port,
|
||||
pcp_msg_info->protocol)==0) {
|
||||
return;
|
||||
break;
|
||||
}
|
||||
}
|
||||
pcp_msg_info->ext_port++;
|
||||
|
|
Loading…
Reference in New Issue