X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Froute.c;h=a143082d403a093cc5dcbbd472e1d1e69cf69776;hb=533ee1206fb6433a1f0e616db999b3655addfaf2;hp=5bf0b55bc335e7c9bd83f1c4e593da13d689c4d4;hpb=37ed4265fa73d4c06c74362514d78c92029b2f05;p=tinc diff --git a/src/route.c b/src/route.c index 5bf0b55b..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.16 2001/07/20 13:54:19 guus Exp $ + $Id: route.c,v 1.1.2.17 2001/07/20 20:25:10 guus Exp $ */ #include "config.h" @@ -78,7 +78,7 @@ cp for(node = connection_tree->head; node; node = node->next) { p = (connection_t *)node->data; - if(p->status.active && p!= myself) + if(p->status.active) send_add_subnet(p, subnet); } }