no longer a reason to carry conf_path in struct conf, so dice.

This commit is contained in:
okan
2012-10-31 22:06:24 +00:00
parent 4fb420514d
commit 620af2e52d
3 changed files with 6 additions and 9 deletions

View File

@@ -516,8 +516,6 @@ parse_config(const char *filename, struct conf *xconf)
return (-1);
}
(void)strlcpy(conf->conf_path, filename, sizeof(conf->conf_path));
conf_init(conf);
yyparse();