]> git.meshlink.io Git - meshlink/blobdiff - src/net_setup.c
Correctly add/remove outgoing connections when reloading configuration.
[meshlink] / src / net_setup.c
index ecffed9556730d5579506b2ae77c3c60a5ad6aae..ba2ad5fc342cf50c7de32a760c04ba1ac5f36691 100644 (file)
@@ -916,6 +916,8 @@ static bool setup_myself(void) {
                return false;
        }
 
+       last_config_check = time(NULL);
+
        return true;
 }