commit | 810a5b50dd754ea19408e238db9cf4ccfa7a44a6 | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Sun Sep 09 16:53:14 2012 -0500 |
committer | akmhoque <akmhoque@gmail.com> | Sun Sep 09 16:53:14 2012 -0500 |
tree | afa2e46702bb73a5f1465fd0a59d91386860ab8a | |
parent | 0315f98f10b37453954a764748a544691f73a3b9 [diff] [blame] |
Updates in nlsr_npt.*
diff --git a/nlsr.c b/nlsr.c index dda2525..935b686 100644 --- a/nlsr.c +++ b/nlsr.c
@@ -359,7 +359,7 @@ for(i=0;i<npt_element;i++) { ne=e->data; - hashtb_destroy(&ne->next_hop_table); + hashtb_destroy(&ne->name_list); hashtb_next(e); }