diff --git a/src/Cedar/Virtual.c b/src/Cedar/Virtual.c index e329a8cc..c9cb0fd6 100644 --- a/src/Cedar/Virtual.c +++ b/src/Cedar/Virtual.c @@ -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;