Found by the Clang static analyzer.
/*
net_packet.c -- Handles in- and outgoing VPN packets
Copyright (C) 1998-2005 Ivo Timmermans,
- 2000-2016 Guus Sliepen <guus@tinc-vpn.org>
+ 2000-2017 Guus Sliepen <guus@tinc-vpn.org>
2010 Timothy Redaelli <timothy@redaelli.eu>
2010 Brandon Black <blblack@gmail.com>
vpn_packet_t inpkt;
inpkt.offset = DEFAULT_PACKET_OFFSET;
+ inpkt.priority = 0;
if(type == PKT_PROBE) {
if(!from->status.udppacket) {