From ffd1766adcdaad00d404cbd222e6bf50b0120db3 Mon Sep 17 00:00:00 2001 From: Craig Dowell Date: Fri, 23 May 2008 17:03:51 -0700 Subject: [PATCH] fix bug 183 --- src/routing/global-routing/global-route-manager-impl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routing/global-routing/global-route-manager-impl.cc b/src/routing/global-routing/global-route-manager-impl.cc index 68d5dc43a..bf40994b0 100644 --- a/src/routing/global-routing/global-route-manager-impl.cc +++ b/src/routing/global-routing/global-route-manager-impl.cc @@ -1275,7 +1275,7 @@ GlobalRouteManagerImpl::SPFIntraAddRouter (SPFVertex* v) // the local side of the point-to-point links found on the node described by // the vertex . // - for (uint32_t j = 0; j < nLinkRecords; j += 2) + for (uint32_t j = 0; j < nLinkRecords; ++j) { // // We are only concerned about point-to-point links