Ehmm, removed 'if(1 || ...' so I can test the second part .

This commit is contained in:
Ondrej Filip 2000-05-16 22:43:30 +00:00
parent b1c9d87161
commit 31834faaf3

View file

@ -324,7 +324,7 @@ ospf_ext_spfa(struct proto_ospf *po) /* FIXME looking into inter-area */
} }
if(absr==NULL) continue; 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) if(lt->etos>0)
{ {