nat: Fix the access-list-name command...

We have added two commands with the same name to the tree..
the second one should have been the BSC...
This commit is contained in:
Holger Hans Peter Freyther 2010-06-08 11:18:26 +08:00
parent 26c3a358d6
commit 27d36de3b9
1 changed files with 2 additions and 2 deletions

View File

@ -552,7 +552,7 @@ int bsc_nat_vty_init(struct bsc_nat *nat)
install_element(BSC_NODE, &cfg_bsc_lac_cmd);
install_element(BSC_NODE, &cfg_bsc_paging_cmd);
install_element(BSC_NODE, &cfg_bsc_desc_cmd);
install_element(NAT_NODE, &cfg_bsc_acc_lst_name_cmd);
install_element(BSC_NODE, &cfg_bsc_acc_lst_name_cmd);
mgcp_vty_init();