cvsimport

This commit is contained in:
okan
2012-11-01 01:10:47 +00:00
10 changed files with 25 additions and 66 deletions

View File

@@ -518,8 +518,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();