Fix edge updates containing local address changes.
authorEtienne Dechamps <etienne@edechamps.fr>
Sun, 18 Dec 2016 14:25:20 +0000 (14:25 +0000)
committerEtienne Dechamps <etienne@edechamps.fr>
Sun, 18 Dec 2016 17:14:16 +0000 (17:14 +0000)
commit3bf3d7d3e7d51034bda873861c52578f3abe6b5d
tree6db6d6983b1d3f5d4d73646d2a47cd36503d680c
parent0792a10a5a66bcbf56185e479feed78252122667
Fix edge updates containing local address changes.

This commit fixes a logic bug in the edge update code where local
address changes are not taken into account if they are bundled in with
other changes. This bug breaks local discovery in some scenarios.

The regression was introduced by commit
e4670fc4a0576eb76f1807ce29fa9455dd247632.
src/protocol_edge.c