mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-06 07:44:57 +03:00
initialize variables (it makes coverity a bit happier)
This commit is contained in:
@ -2533,8 +2533,8 @@ bool EthProcessIpPacketInnerIpRaw(ETH *e, PKT *p)
|
||||
// Respond if there is providable IP address
|
||||
DHCP_OPTION_LIST ret;
|
||||
LIST *o;
|
||||
UINT hw_type;
|
||||
UINT hw_addr_size;
|
||||
UINT hw_type = 0U;
|
||||
UINT hw_addr_size = 0U;
|
||||
UINT new_ip = ip;
|
||||
IP default_dns;
|
||||
|
||||
|
Reference in New Issue
Block a user