remove test comment
This commit is contained in:
@@ -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)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user