]> git.meshlink.io Git - meshlink/blobdiff - src/net_setup.c
Ensure all addresses in the invitation URL are also in the invitation file.
[meshlink] / src / net_setup.c
index 8c8ef6ed453809d05af4e24fad10627e8b5c5681..b5c25d03bec8ed4b60eeaaa811875c8c1d161af1 100644 (file)
@@ -260,8 +260,6 @@ bool node_write_config(meshlink_handle_t *mesh, node_t *n) {
                return false;
        }
 
-
-
        return true;
 }