X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fconf.c;h=65ff2272ef68e50e293ad23cda5d4045315b3d7e;hb=6de0eefa715b0eb6e8a46498082700726e2cb4fb;hp=0363cde5fcc34c9ccd901ec644c78393a208af50;hpb=9cde0d32cf209388cc59b06b7dcb0c3432f97da5;p=meshlink diff --git a/src/conf.c b/src/conf.c index 0363cde5..65ff2272 100644 --- a/src/conf.c +++ b/src/conf.c @@ -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;