diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2004-03-01 16:53:49 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2004-03-01 16:53:49 +0000 |
commit | 0597ddfc164be74586215c528a55cb929c83b0fd (patch) | |
tree | 2a97c089603c5d902879cbf4aa089ea7758da75d /usr.sbin | |
parent | 29f923682d34d1f9d07838e7cbb5125f12a13de9 (diff) |
Arrrg. Not my day. Sync printconfig with parser here too.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bgpd/bgpd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/bgpd.c b/usr.sbin/bgpd/bgpd.c index fd7c1cb0083..15053e91fdd 100644 --- a/usr.sbin/bgpd/bgpd.c +++ b/usr.sbin/bgpd/bgpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bgpd.c,v 1.80 2004/02/19 13:54:58 claudio Exp $ */ +/* $OpenBSD: bgpd.c,v 1.81 2004/03/01 16:53:48 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -155,7 +155,7 @@ main(int argc, char *argv[]) if (conf.opts & BGPD_OPT_NOACTION) { if (conf.opts & BGPD_OPT_VERBOSE) - print_config(&conf, &net_l, peer_l, rules_l); + print_config(&conf, &net_l, peer_l, rules_l, &mrt_l); else fprintf(stderr, "configuration OK\n"); exit(0); |