diff options
-rw-r--r-- | usr.sbin/bgpd/parse.y | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/parse.y b/usr.sbin/bgpd/parse.y index a60e82c5dad..3241fa1ae61 100644 --- a/usr.sbin/bgpd/parse.y +++ b/usr.sbin/bgpd/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.137 2004/08/24 12:59:41 claudio Exp $ */ +/* $OpenBSD: parse.y,v 1.138 2004/08/24 15:30:07 henning Exp $ */ /* * Copyright (c) 2002, 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -1482,6 +1482,7 @@ parse_config(char *filename, struct bgpd_config *xconf, id = 1; filter_l = xfilter_l; TAILQ_INIT(filter_l); + conf->opts = xconf->opts; if ((fin = fopen(filename, "r")) == NULL) { warn("%s", filename); |