summaryrefslogtreecommitdiffstats
path: root/sbin/routed/if.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/routed/if.c')
-rw-r--r--sbin/routed/if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/routed/if.c b/sbin/routed/if.c
index 61ac412..1c185d7 100644
--- a/sbin/routed/if.c
+++ b/sbin/routed/if.c
@@ -42,7 +42,7 @@ __RCSID("$Revision: 2.27 $");
#endif
struct ifhead ifnet = LIST_HEAD_INITIALIZER(ifnet); /* all interfaces */
-struct ifhead remote_if = LIST_HEAD_INITIALIZER(ifnet); /* remote interfaces */
+struct ifhead remote_if = LIST_HEAD_INITIALIZER(remote_if); /* remote interfaces */
/* hash table for all interfaces, big enough to tolerate ridiculous
* numbers of IP aliases. Crazy numbers of aliases such as 7000
OpenPOWER on IntegriCloud