remove test comment

This commit is contained in:
2019-01-09 22:47:58 +02:00
parent 579f56df35
commit ac905a761a

View File

@@ -174,7 +174,7 @@ static int test_conf_perms(char *config)
if (!S_ISREG(s.st_mode)) { if (!S_ISREG(s.st_mode)) {
enumtostr(confresult, CONF_NOTFILE); enumtostr(confresult, CONF_NOTFILE);
log(ERROR, confresult, config); log(ERROR, confresult, config);
//free(config_copy); free(config_copy);
return 1; return 1;
} }
if (!(0400 & s.st_mode)) { if (!(0400 & s.st_mode)) {