mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
Cedar/Proto_PPP: Fix IPC DHCP renewal
This commit is contained in:
parent
9d4970841f
commit
fb004345b4
@ -31,7 +31,6 @@ void PPPThread(THREAD *thread, void *param)
|
||||
bool ret = false;
|
||||
char ipstr1[128], ipstr2[128];
|
||||
bool authReqSent = false;
|
||||
UINT64 now = Tick64();
|
||||
|
||||
// Validate arguments
|
||||
if (thread == NULL || param == NULL)
|
||||
@ -77,6 +76,7 @@ void PPPThread(THREAD *thread, void *param)
|
||||
bool receivedPacketProcessed = false;
|
||||
TUBE *tubes[2];
|
||||
UINT r;
|
||||
UINT64 now = Tick64();
|
||||
|
||||
PPPGetNextPacket(p);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user