mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-07 00:04:57 +03:00
v4.22-9634-beta
This commit is contained in:
@ -118,12 +118,14 @@ void UdpAccelPoll(UDP_ACCEL *a)
|
||||
{
|
||||
IP nat_t_ip;
|
||||
UINT num_ignore_errors = 0;
|
||||
UCHAR *tmp;
|
||||
// Validate arguments
|
||||
if (a == NULL)
|
||||
{
|
||||
return;
|
||||
}
|
||||
UCHAR *tmp = a->TmpBuf;
|
||||
|
||||
tmp = a->TmpBuf;
|
||||
|
||||
Lock(a->NatT_Lock);
|
||||
{
|
||||
|
Reference in New Issue
Block a user