From: Guus Sliepen Date: Fri, 18 Feb 2011 22:11:43 +0000 (+0100) Subject: Prevent anything from updating our own UDP address. X-Git-Tag: release-1.0.14~9 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=7cf68b5e35c002511cc7468967de6a75934cc998;hp=7cf68b5e35c002511cc7468967de6a75934cc998 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. ---