aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y4
1 files changed, 1 insertions, 3 deletions
diff --git a/parse.y b/parse.y
index 1cddf10..c45ee14 100644
--- a/parse.y
+++ b/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.33 2011/09/08 12:35:33 okan Exp $ */
+/* $OpenBSD: parse.y,v 1.34 2012/10/31 22:06:24 okan Exp $ */
/*
* Copyright (c) 2002, 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -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();