Putting LSA into Repo After refreshing
diff --git a/nlsr_route.c b/nlsr_route.c
index e84b0a7..9c3b80b 100644
--- a/nlsr_route.c
+++ b/nlsr_route.c
@@ -1048,7 +1048,7 @@
 		res1 = hashtb_seek(ef, &next_hop_face, sizeof(next_hop_face), 0);	
 		if( res1 == HT_NEW_ENTRY)
 		{
-			struct face_list_entry *fle;//=(struct face_list_entry *)malloc(sizeof(struct face_list_entry));
+			struct face_list_entry *fle;
 			fle=ef->data;
 			fle->next_hop_face=next_hop_face;
 			fle->route_cost=route_cost;