From d9a834446782bae7932b1c1a333cd9d07c2939d7 Mon Sep 17 00:00:00 2001
From: thorkill <thkr@hannover.ccc.de>
Date: Sun, 26 Jul 2015 15:14:14 +0200
Subject: [PATCH] Fix for unknown subnets

In a case where a node doesn't have AutoConnect = yes and StrictSubnet = yes
is set, the node would discard all ADD_SUBNET.
---
 src/net_setup.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/net_setup.c b/src/net_setup.c
index d5f9f9eb..37e1e62c 100644
--- a/src/net_setup.c
+++ b/src/net_setup.c
@@ -965,8 +965,7 @@ static bool setup_myself(void) {
 
 	graph();
 
-	if(autoconnect)
-		load_all_nodes();
+	load_all_nodes();
 
 	/* Open device */