X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnode.c;h=591f4ed50dab08378f18e61f43d51e473992a0b4;hp=e4581cc5e0d3e7cd0de32fe43b004acab04ccc87;hb=627f7c22b447bd464b536cd016278545674df93d;hpb=3c5655f59e85d312d11fa04489123e604920f95b diff --git a/src/node.c b/src/node.c index e4581cc5..591f4ed5 100644 --- a/src/node.c +++ b/src/node.c @@ -1,7 +1,7 @@ /* node.c -- node tree management - Copyright (C) 2001-2002 Guus Sliepen , - 2001-2002 Ivo Timmermans + Copyright (C) 2001-2002 Guus Sliepen , + 2001-2002 Ivo Timmermans This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: node.c,v 1.1.2.11 2002/03/22 13:31:18 guus Exp $ + $Id: node.c,v 1.1.2.13 2002/06/21 10:11:13 guus Exp $ */ #include "config.h" @@ -123,7 +123,7 @@ cp subnet_del(n, s); } - for(node = n->subnet_tree->head; node; node = next) + for(node = n->edge_tree->head; node; node = next) { next = node->next; e = (edge_t *)node->data;