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.
This commit is contained in:
parent
af1213a7ae
commit
d9a8344467
1 changed files with 1 additions and 2 deletions
|
@ -965,7 +965,6 @@ static bool setup_myself(void) {
|
|||
|
||||
graph();
|
||||
|
||||
if(autoconnect)
|
||||
load_all_nodes();
|
||||
|
||||
/* Open device */
|
||||
|
|
Loading…
Reference in a new issue