Don't keep an address cache in an outgoing_t.
authorGuus Sliepen <guus@tinc-vpn.org>
Wed, 17 Jul 2019 23:33:38 +0000 (01:33 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Wed, 17 Jul 2019 23:33:38 +0000 (01:33 +0200)
Address caches are associated with nodes, so just use the address cache
in the node_t struct. Also ensure we always have opened an address cache in
setup_outgoing_connection().

Thanks to admincheg for finding this issue.


No differences found