Re: usr.sbin/bgpd: use TAILQ_CONCAT(3)

2020-01-27 Thread Sebastian Benoit
Bj??rn Ketelaars(bjorn.ketela...@hydroxide.nl) on 2020.01.27 20:53:06 +0100: > Replace custom TAILQ concatenation loop by TAILQ_CONCAT(3). > > Comments/OK? ok benno@ > diff --git usr.sbin/bgpd/config.c usr.sbin/bgpd/config.c > index cb43afb81fe..fc81a3efd3b 100644 > --- usr.sbin/bgpd/config.c >

usr.sbin/bgpd: use TAILQ_CONCAT(3)

2020-01-27 Thread Björn Ketelaars
Replace custom TAILQ concatenation loop by TAILQ_CONCAT(3). Comments/OK? diff --git usr.sbin/bgpd/config.c usr.sbin/bgpd/config.c index cb43afb81fe..fc81a3efd3b 100644 --- usr.sbin/bgpd/config.c +++ usr.sbin/bgpd/config.c @@ -195,7 +195,6 @@ void merge_config(struct bgpd_config *xconf, struct b