Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Cedar/UdpAccel.c')
-rw-r--r--src/Cedar/UdpAccel.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Cedar/UdpAccel.c b/src/Cedar/UdpAccel.c
index 58d1a621..842dc24b 100644
--- a/src/Cedar/UdpAccel.c
+++ b/src/Cedar/UdpAccel.c
@@ -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);
{