diff options
author | paul <paul> | 2005-05-26 17:11:13 +0000 |
---|---|---|
committer | paul <paul> | 2005-05-26 17:11:13 +0000 |
commit | 500e418921b0a2141e182a346f8d32864516236d (patch) | |
tree | e5a67868972b4807506c8fd1a721347f4bdb8c89 /ospfd/ospf_abr.c | |
parent | e7fe02fd717a4c62373f3c46a4439e28b43c7dab (diff) |
2005-05-26 Paul Jakma <paul.jakma@sun.com>
* ospf_abr.c: (ospf_abr_update_aggregate) Fix comment, cost bug itself
had been fixed long ago by Sowmini.
Diffstat (limited to 'ospfd/ospf_abr.c')
-rw-r--r-- | ospfd/ospf_abr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_abr.c b/ospfd/ospf_abr.c index f12dd348..a6053966 100644 --- a/ospfd/ospf_abr.c +++ b/ospfd/ospf_abr.c @@ -580,7 +580,7 @@ ospf_abr_update_aggregate (struct ospf_area_range *range, if (or->cost > range->cost) { if (IS_DEBUG_OSPF_EVENT) - zlog_debug ("ospf_abr_update_aggregate(): lowest cost, update"); + zlog_debug ("ospf_abr_update_aggregate(): largest cost, update"); range->cost = or->cost; } |