aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-02-12 15:02:29 +0100
committerHarald Welte <laforge@gnumonks.org>2011-02-13 15:49:25 +0100
commit8d4a472cc470ad10219ddaabde9bf46cc9998316 (patch)
treea6ab311819d2e1dda7a920d2feda6360dec685ca /openbsc
parent810e32394d56021d649349e07cab998344130e2f (diff)
OML2000: Make sure we can properly exit the VTY node
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/common_vty.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/common_vty.c b/openbsc/src/common_vty.c
index 97092d077..25ab3c0a8 100644
--- a/openbsc/src/common_vty.c
+++ b/openbsc/src/common_vty.c
@@ -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;