summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2018-12-31 08:53:09 +0000
committerflorian <florian@openbsd.org>2018-12-31 08:53:09 +0000
commit81eae6d561f72ab0d4f5500bb058f9038d06ed2f (patch)
tree490ee6fea90b2713c3e6ba956058b4800e9ff21f
parentcatch up with the changed order of warnings; (diff)
downloadwireguard-openbsd-81eae6d561f72ab0d4f5500bb058f9038d06ed2f.tar.xz
wireguard-openbsd-81eae6d561f72ab0d4f5500bb058f9038d06ed2f.zip
unbreak tree; found the hard way by otto
-rw-r--r--usr.sbin/bgpd/rde.c3
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) {