diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-12-27 18:43:37 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-12-27 18:43:37 +0000 |
commit | 16b98251f47d641f45d9edcc6794ea33d1df43df (patch) | |
tree | 8549f294a1f367a62fdc9934a48cc78e3a2dc08a /usr.sbin/bgpd/config.c | |
parent | 8aa70b3a4130113ba2bea42273de26b20c41eba8 (diff) |
style
Diffstat (limited to 'usr.sbin/bgpd/config.c')
-rw-r--r-- | usr.sbin/bgpd/config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/config.c b/usr.sbin/bgpd/config.c index a90437edd98..4f89531e585 100644 --- a/usr.sbin/bgpd/config.c +++ b/usr.sbin/bgpd/config.c @@ -1,4 +1,4 @@ -/* $OpenBSD: config.c,v 1.10 2003/12/27 14:58:22 henning Exp $ */ +/* $OpenBSD: config.c,v 1.11 2003/12/27 18:43:36 henning Exp $ */ /* * Copyright (c) 2003 Henning Brauer <henning@openbsd.org> @@ -77,7 +77,7 @@ merge_config(struct bgpd_config *xconf, struct bgpd_config *conf) else kroute_fib_decouple(); } - + xconf->flags = conf->flags; xconf->log = conf->log; |