Routing Table Calculation Complete(Ls, Hp)
diff --git a/nlsr_test.cpp b/nlsr_test.cpp
index f9e39d7..6138620 100644
--- a/nlsr_test.cpp
+++ b/nlsr_test.cpp
@@ -87,7 +87,7 @@
 nlsrTest::secheduledAddCorLsa(nlsr& pnlsr,string router, double r, double angle)
 {
 	CorLsa corLsa(router,3,1,3600,r,angle);
-	pnlsr.getLsdb().installCorLsa(corLsa);
+	pnlsr.getLsdb().installCorLsa(pnlsr, corLsa);
 }
 
 void