aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <daniel@totalueberwachung.de>2011-08-25 16:37:45 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-01-28 16:24:41 +0100
commit2f03e1bb037f94e15f6a55e34b530fea5e0dbe6e (patch)
tree3ff7db9f713fd8f93e42f3c4330edd1947885e57
parentf057dc85490f486d329544b8945d49755f15f698 (diff)
libctrl, osmo-bsc: Get rid of net prefix
net is now implicit in the root node
-rw-r--r--openbsc/src/osmo-bsc/osmo_bsc_ctrl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/osmo-bsc/osmo_bsc_ctrl.c b/openbsc/src/osmo-bsc/osmo_bsc_ctrl.c
index 96dd8587c..14528072d 100644
--- a/openbsc/src/osmo-bsc/osmo_bsc_ctrl.c
+++ b/openbsc/src/osmo-bsc/osmo_bsc_ctrl.c
@@ -457,7 +457,7 @@ int bsc_ctrl_cmds_install()
rc = ctrl_cmd_install(CTRL_NODE_NET, &cmd_net_loc);
if (rc)
goto end;
- rc = ctrl_cmd_install(CTRL_NODE_NET, &cmd_net_rf_lock);
+ rc = ctrl_cmd_install(CTRL_NODE_ROOT, &cmd_net_rf_lock);
if (rc)
goto end;
end: