Don't initialize outpkt to an unused value.
authorEtienne Dechamps <etienne@edechamps.fr>
Sat, 12 Jul 2014 10:13:04 +0000 (11:13 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 12 Jul 2014 12:20:47 +0000 (14:20 +0200)
in receive_udppacket(), we initialize outpkt to a default value but the
value is never read anywhere, as every read is preceded by a write.

This issue was found by the clang static analyzer tool:
http://clang-analyzer.llvm.org/


No differences found