Fix crash when handling the ALRM signal.
authorGuus Sliepen <guus@tinc-vpn.org>
Tue, 26 Jun 2012 12:22:57 +0000 (14:22 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 26 Jun 2012 12:22:57 +0000 (14:22 +0200)
In retry() the function do_outgoing_connection() is called, which can delete
items from the connection_tree, so when walking the tree we must first save the
pointer to the next item.


No differences found