From: Guus Sliepen Date: Wed, 17 Jul 2019 23:33:38 +0000 (+0200) Subject: Don't keep an address cache in an outgoing_t. X-Git-Tag: release-1.1pre18~24 X-Git-Url: https://www.tinc-vpn.org/git/browse?a=commitdiff_plain;h=ba0a3bcb2d565eec26aed30eef902d3482877cf9;hp=ba0a3bcb2d565eec26aed30eef902d3482877cf9;p=tinc Don't keep an address cache in an outgoing_t. 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. ---