diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2018-12-31 08:53:10 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2018-12-31 08:53:10 +0000 |
commit | e56576be1e62efe77fd960212cb1505c9b91f351 (patch) | |
tree | d6acab3d976069e3317abea6844ea91b80e9997a | |
parent | cccbbd0627be5c6b839f6deb605d1e8eb8a80230 (diff) |
unbreak tree; found the hard way by otto
-rw-r--r-- | usr.sbin/bgpd/rde.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/rde.c b/usr.sbin/bgpd/rde.c index 31cf46dca32..07fea3a26f1 100644 --- a/usr.sbin/bgpd/rde.c +++ b/usr.sbin/bgpd/rde.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rde.c,v 1.457 2018/12/30 13:53:07 denis Exp $ */ +/* $OpenBSD: rde.c,v 1.458 2018/12/31 08:53:09 florian Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -3791,6 +3791,7 @@ network_delete(struct network_config *nc) { struct rdomain *rd; in_addr_t prefix4; + struct in6_addr prefix6; u_int32_t i; if (nc->rtableid) { |