From 31834faaf3ab055242e3a9998a37029b56f54d8a Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 16 May 2000 22:43:30 +0000 Subject: Ehmm, removed 'if(1 || ...' so I can test the second part . --- proto/ospf/rt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf') diff --git a/proto/ospf/rt.c b/proto/ospf/rt.c index 9b1b5fa..369e1f6 100644 --- a/proto/ospf/rt.c +++ b/proto/ospf/rt.c @@ -324,7 +324,7 @@ ospf_ext_spfa(struct proto_ospf *po) /* FIXME looking into inter-area */ } if(absr==NULL) continue; - if(1 || ipa_compare(lt->fwaddr,ipa_from_u32(0))==0) /* FIXME add fwaddr */ + if(ipa_compare(lt->fwaddr,ipa_from_u32(0))==0) { if(lt->etos>0) { -- cgit v1.2.3