X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnet_setup.c;h=c5f776af613111c417fec9d07792cd463ca47585;hb=fb0cfccf7dc2240b576011edcf74fd5b058916cb;hp=327cdcc4e84df863f88683ec83bdf430b416e7db;hpb=f02d3ed3e135b5326003e7f69f8331ff6a3cc219;p=tinc diff --git a/src/net_setup.c b/src/net_setup.c index 327cdcc4..c5f776af 100644 --- a/src/net_setup.c +++ b/src/net_setup.c @@ -28,7 +28,7 @@ #include #include -#include "avl_tree.h" +#include "splay_tree.h" #include "conf.h" #include "connection.h" #include "device.h" @@ -609,7 +609,7 @@ bool setup_network_connections(void) { close all open network connections */ void close_network_connections(void) { - avl_node_t *node, *next; + splay_node_t *node, *next; connection_t *c; char *envp[5]; int i;