commit | d91401df39b486b36fc329d877544d20cf2379b4 | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Mon Mar 04 11:05:27 2013 -0600 |
committer | akmhoque <akmhoque@gmail.com> | Mon Mar 04 11:05:27 2013 -0600 |
tree | c7ad2573e7fd0750bc1eaed6801f1cd419df8e1c | |
parent | b63a41ef89cb0a5f5deea4a86431078cf5bee4d0 [diff] [blame] |
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;