summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ripd
diff options
context:
space:
mode:
authorremi <remi@openbsd.org>2019-12-09 20:37:54 +0000
committerremi <remi@openbsd.org>2019-12-09 20:37:54 +0000
commit902569092a77066d393d6890297314051dc3e8f5 (patch)
tree7a8ec63351120e1843e9944ea10a82d1e7908a77 /usr.sbin/ripd
parentswap two fields in the filter response protocol to match order of fields in (diff)
downloadwireguard-openbsd-902569092a77066d393d6890297314051dc3e8f5.tar.xz
wireguard-openbsd-902569092a77066d393d6890297314051dc3e8f5.zip
iface is not used afterwards. It should have been removed in rev. 1.8.
OK claudio@
Diffstat (limited to 'usr.sbin/ripd')
-rw-r--r--usr.sbin/ripd/ripe.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ripd/ripe.c b/usr.sbin/ripd/ripe.c
index d83901e245f..cbd9ded2499 100644
--- a/usr.sbin/ripd/ripe.c
+++ b/usr.sbin/ripd/ripe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ripe.c,v 1.23 2018/11/04 07:52:55 remi Exp $ */
+/* $OpenBSD: ripe.c,v 1.24 2019/12/09 20:37:54 remi Exp $ */
/*
* Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it>
@@ -398,7 +398,6 @@ ripe_dispatch_rde(int fd, short event, void *bula)
imsg.hdr.peerid);
break;
}
- iface = nbr->iface;
add_entry(&nbr->rp_list, rr);
break;