Merge branch 'winwarnings' of https://github.com/dechamps/tinc into 1.1

This commit is contained in:
Guus Sliepen 2014-07-12 22:19:45 +02:00
commit 53036a5879
5 changed files with 4 additions and 14 deletions

View file

@ -628,8 +628,8 @@ static void send_udppacket(node_t *n, vpn_packet_t *origpkt) {
size_t outlen;
#if defined(SOL_IP) && defined(IP_TOS)
static int priority = 0;
#endif
int origpriority = origpkt->priority;
#endif
if(!n->status.reachable) {
logger(DEBUG_TRAFFIC, LOG_INFO, "Trying to send UDP packet to unreachable node %s (%s)", n->name, n->hostname);