]> git.meshlink.io Git - meshlink/blobdiff - src/route.c
Added purge_tree for connection_t's which are no longer in the connection,
[meshlink] / src / route.c
index 9a555de436a2bf3878c3259d2eecb7a4eab72063..a143082d403a093cc5dcbbd472e1d1e69cf69776 100644 (file)
@@ -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.15 2001/07/01 09:21:14 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.meta && p->status.active && p!= myself)
+          if(p->status.active)
             send_add_subnet(p, subnet);
         }
     }