bsc: Fix the name of the local vty variable.

This commit is contained in:
Holger Hans Peter Freyther 2010-11-03 13:11:14 +01:00
parent 79dcd719e0
commit 5b848f37cf
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ static int config_write_msc(struct vty *vty)
return CMD_SUCCESS;
}
DEFUN(cfg_net_msc_token,
DEFUN(cfg_net_bsc_token,
cfg_net_bsc_token_cmd,
"token TOKEN",
"A token for the BSC to be sent to the MSC")