summary refs log tree commit diff
path: root/parse.y
diff options
context:
space:
mode:
authorokan <okan>2012-10-31 22:06:24 +0000
committerokan <okan>2012-10-31 22:06:24 +0000
commit620af2e52d71d3df86c5da594a3f70f3c263b344 (patch)
tree051bd24f2ddb98f67681f34b1dbdfcbe2a8e352d /parse.y
parent4fb420514d73699acfc7ec1c35124cf7819a277f (diff)
downloadcwm-620af2e52d71d3df86c5da594a3f70f3c263b344.tar.gz
cwm-620af2e52d71d3df86c5da594a3f70f3c263b344.tar.xz
cwm-620af2e52d71d3df86c5da594a3f70f3c263b344.zip
no longer a reason to carry conf_path in struct conf, so dice.
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y2
1 files changed, 0 insertions, 2 deletions
diff --git a/parse.y b/parse.y
index 1b1a249..c89c038 100644
--- a/parse.y
+++ b/parse.y
@@ -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();