From b31e8551a7292f10a4e384aac92b348b5d61ecfb Mon Sep 17 00:00:00 2001 From: Esben Norby Date: Wed, 1 Feb 2006 19:56:16 +0000 Subject: Wrong type, found by lint. ok claudio@ --- usr.sbin/ospfd/rde_spf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/ospfd/rde_spf.c b/usr.sbin/ospfd/rde_spf.c index 6fabcb21f1f..22332430bd2 100644 --- a/usr.sbin/ospfd/rde_spf.c +++ b/usr.sbin/ospfd/rde_spf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rde_spf.c,v 1.43 2006/02/01 18:38:51 norby Exp $ */ +/* $OpenBSD: rde_spf.c,v 1.44 2006/02/01 19:56:15 norby Exp $ */ /* * Copyright (c) 2005 Esben Norby @@ -312,7 +312,7 @@ asext_calc(struct vertex *v) struct rt_node *r; u_int32_t cost2; struct in_addr addr, adv_rtr, a; - enum dst_type type; + enum path_type type; lsa_age(v); if (ntohs(v->lsa->hdr.age) == MAX_AGE || -- cgit v1.2.3