X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnode.c;h=6623f46711cb0cbcdec279811f76c67687922f60;hb=eb7a0db18ea71a44999d6a37b4b179dac0ed9bc7;hp=0da7e605a9cc246874bbfedcd9ae07f16c169d53;hpb=7939ee12836bf2ef772f2a6a1e805ee0d64a8e70;p=tinc diff --git a/src/node.c b/src/node.c index 0da7e605..6623f467 100644 --- a/src/node.c +++ b/src/node.c @@ -93,7 +93,6 @@ void free_node(node_t *n) { sptps_stop(&n->sptps); timeout_del(&n->udp_ping_timeout); - timeout_del(&n->mtutimeout); if(n->hostname) free(n->hostname);