@@ -282,7 +282,8 @@ int ts_main(int argc, char **argv)
goto end;
}
conf = load_config_file(configfile);
if ((conf = load_config_file(configfile)) == NULL)
if (configfile != default_config_file && !app_load_modules(conf))
The note is not visible to the blocked user.