Only declare the origpriority variable if we support priority.
authorEtienne Dechamps <etienne@edechamps.fr>
Sat, 12 Jul 2014 11:49:59 +0000 (12:49 +0100)
committerEtienne Dechamps <etienne@edechamps.fr>
Sat, 12 Jul 2014 12:33:59 +0000 (13:33 +0100)
This fixes the following compiler warning when building for Windows:

net_packet.c: In function ‘send_udppacket’:
net_packet.c:633:6: error: unused variable ‘origpriority’ [-Werror=unused-variable]
  int origpriority = origpkt->priority;
        ^


No differences found