summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6d/ospf6d.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ospf6d/ospf6d.c')
-rw-r--r--usr.sbin/ospf6d/ospf6d.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospf6d/ospf6d.c b/usr.sbin/ospf6d/ospf6d.c
index e4cacc72743..5757590ef92 100644
--- a/usr.sbin/ospf6d/ospf6d.c
+++ b/usr.sbin/ospf6d/ospf6d.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ospf6d.c,v 1.27 2015/02/10 05:39:10 claudio Exp $ */
+/* $OpenBSD: ospf6d.c,v 1.28 2015/09/27 17:31:50 stsp Exp $ */
/*
* Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
@@ -778,7 +778,7 @@ merge_interfaces(struct area *a, struct area *xa)
i->priority = xi->priority;
i->flags = xi->flags; /* needed? */
i->type = xi->type; /* needed? */
- i->media_type = xi->media_type; /* needed? */
+ i->if_type = xi->if_type; /* needed? */
i->linkstate = xi->linkstate; /* needed? */
#if 0 /* XXX needs some kind of love */