mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
Merge pull request #1747 from chipitsine/master
src/Cedar/Virtual.c: mute Coverity warning
This commit is contained in:
commit
8215de91f9
@ -4214,7 +4214,7 @@ bool NatTransactUdp(VH *v, NAT_ENTRY *n)
|
||||
// Try to send data to the UDP socket
|
||||
while (block = GetNext(n->UdpSendQueue))
|
||||
{
|
||||
UINT send_size;
|
||||
UINT send_size = 0;
|
||||
bool is_nbtdgm = false;
|
||||
LIST *local_ip_list = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user