aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo_common.c')
-rw-r--r--src/osmo_common.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/osmo_common.c b/src/osmo_common.c
index bb7d011..6352097 100644
--- a/src/osmo_common.c
+++ b/src/osmo_common.c
@@ -77,6 +77,10 @@ int osmopcap_go_parent(struct vty *vty)
vty->node = CONFIG_NODE;
vty->index = NULL;
break;
+ case CLIENT_SERVER_NODE:
+ vty->node = CLIENT_NODE;
+ vty->index = NULL;
+ break;
default:
vty->node = CONFIG_NODE;
break;