CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/09/18 12:58:57
Modified files:
usr.sbin/ospfd : rde_spf.c
usr.sbin/ospf6d: rde_spf.c
Log message:
The if (!better && !equal) check is redundant as the same condition
is checked a few lines below again. Fewer checks make the code
more readable.
ok stsp@
