X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnode.c;h=6623f46711cb0cbcdec279811f76c67687922f60;hb=98716a227ee39fdcdfafa7309adb73499311a2ce;hp=0da7e605a9cc246874bbfedcd9ae07f16c169d53;hpb=eef792c01ed1704c03d55163de3f302a3c1d42fa;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);