X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Froute.c;h=a143082d403a093cc5dcbbd472e1d1e69cf69776;hp=bd1c13674bac15a81877b15329748d95138db691;hb=12f6b80429bc05a828051d72cc46f173e4657180;hpb=04ec0b82ab9c6a2662300a9257a5aff1c4dd56e7 diff --git a/src/route.c b/src/route.c index bd1c1367..a143082d 100644 --- a/src/route.c +++ b/src/route.c @@ -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: route.c,v 1.1.2.14 2001/06/21 16:16:32 guus Exp $ + $Id: route.c,v 1.1.2.17 2001/07/20 20:25:10 guus Exp $ */ #include "config.h" @@ -37,6 +37,7 @@ #include #include #include +#include #include @@ -77,7 +78,7 @@ cp for(node = connection_tree->head; node; node = node->next) { p = (connection_t *)node->data; - if(p->status.meta && p->status.active && p!= myself) + if(p->status.active) send_add_subnet(p, subnet); } }