]> git.meshlink.io Git - meshlink/blobdiff - src/conf.c
Don't load config files partially.
[meshlink] / src / conf.c
index 0363cde5fcc34c9ccd901ec644c78393a208af50..65ff2272ef68e50e293ad23cda5d4045315b3d7e 100644 (file)
@@ -645,7 +645,7 @@ bool config_scan_all(meshlink_handle_t *mesh, const char *conf_subdir, const cha
        assert(conf_type);
 
        if(!mesh->confbase) {
-               return false;
+               return true;
        }
 
        DIR *dir;