diff options
Diffstat (limited to 'usr.sbin/bgpd/config.c')
-rw-r--r-- | usr.sbin/bgpd/config.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/config.c b/usr.sbin/bgpd/config.c index a7f6172fc18..6f229d13b87 100644 --- a/usr.sbin/bgpd/config.c +++ b/usr.sbin/bgpd/config.c @@ -1,4 +1,4 @@ -/* $OpenBSD: config.c,v 1.8 2003/12/26 18:07:32 henning Exp $ */ +/* $OpenBSD: config.c,v 1.9 2003/12/26 20:52:14 jakob Exp $ */ /* * Copyright (c) 2003 Henning Brauer <henning@openbsd.org> @@ -71,6 +71,7 @@ merge_config(struct bgpd_config *xconf, struct bgpd_config *conf) sizeof(xconf->listen_addr)); xconf->flags = conf->flags; + xconf->log = conf->log; /* * as we cannot get the negotiated holdtime in the main process, |