X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fconf.c;h=65ff2272ef68e50e293ad23cda5d4045315b3d7e;hb=3a9f2423b3be9423619f74ff5ea277fcb6e28660;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;