Prevent anything from updating our own UDP address.
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 18 Feb 2011 22:11:43 +0000 (23:11 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 18 Feb 2011 22:11:43 +0000 (23:11 +0100)
commit7cf68b5e35c002511cc7468967de6a75934cc998
tree27ebdcd2be3d81420f98b99aece63fdb98166908
parentcdbbbfabea173894bd2fb5f28135a04ddc5e3fd7
Prevent anything from updating our own UDP address.

Because we don't want to keep track of that, and this will cause the node
structure from being relinked into the node tree, which results in myself
pointing to an invalid address.
src/net_packet.c
src/node.c