1
0
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:
Ilya Shipitsin
2018-08-06 12:40:06 +05:00
parent 59000e04cc
commit e969749bc1
2 changed files with 3 additions and 3 deletions

View File

@ -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;