fix optimized build
authorTom Henderson <tomh@tomh.org>
Tue Dec 02 07:42:33 2008 -0800 (14 months ago)
changeset 39691db8fca96193
parent 3968 34867ca7d597
child 3970 8658841e4782
fix optimized build
src/routing/global-routing/global-route-manager-impl.cc
     1.1 --- a/src/routing/global-routing/global-route-manager-impl.cc	Tue Dec 02 00:00:01 2008 -0800
     1.2 +++ b/src/routing/global-routing/global-route-manager-impl.cc	Tue Dec 02 07:42:33 2008 -0800
     1.3 @@ -1317,11 +1317,9 @@
     1.4  // Link Records corresponding to links off of that vertex / node.  We're going
     1.5  // to be interested in the records corresponding to point-to-point links.
     1.6  //
     1.7 -          GlobalRoutingLSA *lsa = v->GetLSA ();
     1.8 -          NS_ASSERT_MSG (lsa, 
     1.9 +          NS_ASSERT_MSG (v->GetLSA (), 
    1.10              "GlobalRouteManagerImpl::SPFIntraAddRouter (): "
    1.11              "Expected valid LSA in SPFVertex* v");
    1.12 -          //Address tempaddr = Address (l->GetLinkData);
    1.13            Ipv4Mask tempmask ("255.255.255.0");
    1.14            Ipv4Address tempip = l->GetLinkId ();
    1.15            tempip = tempip.CombineMask (tempmask);