mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-23 01:49:53 +03:00
Compare commits
3 Commits
3812718b41
...
8a303607c2
Author | SHA1 | Date | |
---|---|---|---|
|
8a303607c2 | ||
|
6227919bc2 | ||
|
7f074d0c0b |
@ -9709,6 +9709,9 @@ void VirtualDhcpServer(VH *v, PKT *p)
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
// Reply of DHCP_REQUEST must be either DHCP_ACK or DHCP_NAK.
|
||||
if (opt->Opcode == DHCP_REQUEST)
|
||||
{
|
||||
// There is no IP address that can be provided
|
||||
DHCP_OPTION_LIST ret;
|
||||
@ -9743,6 +9746,7 @@ void VirtualDhcpServer(VH *v, PKT *p)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Release the memory
|
||||
Free(opt);
|
||||
|
Loading…
Reference in New Issue
Block a user