X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fnet_setup.c;fp=src%2Fnet_setup.c;h=aeceb1f892d00fb58789fc25415674aea34b845c;hb=3064919617195642e1ffc52fac375b05ec961a27;hp=e1db743a3c3f3acc484b5c975c0f00599c4dd806;hpb=91501d27480bf37881b6872cf63462c50de197f3;p=meshlink diff --git a/src/net_setup.c b/src/net_setup.c index e1db743a..aeceb1f8 100644 --- a/src/net_setup.c +++ b/src/net_setup.c @@ -402,10 +402,7 @@ bool setup_myself(meshlink_handle_t *mesh) { graph(mesh); - if(!config_scan_all(mesh, "current", "hosts", load_node, NULL)) { - meshlink_errno = MESHLINK_ESTORAGE; - return false; - } + config_scan_all(mesh, "current", "hosts", load_node, NULL); /* Open sockets */