OML2000: Make sure we can properly exit the VTY node

This commit is contained in:
Harald Welte 2011-02-12 15:02:29 +01:00
parent 810e32394d
commit 8d4a472cc4
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ enum node_type bsc_vty_go_parent(struct vty *vty)
}
break;
case OML_NODE:
case OM2K_NODE:
vty->node = ENABLE_NODE;
talloc_free(vty->index);
vty->index = NULL;