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,8 +965,7 @@ static bool setup_myself(void) {
|
||||||
|
|
||||||
graph();
|
graph();
|
||||||
|
|
||||||
if(autoconnect)
|
load_all_nodes();
|
||||||
load_all_nodes();
|
|
||||||
|
|
||||||
/* Open device */
|
/* Open device */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue