aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty/tdef_vty.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vty/tdef_vty.c')
-rw-r--r--src/vty/tdef_vty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vty/tdef_vty.c b/src/vty/tdef_vty.c
index fe6d48ba..0556d8c9 100644
--- a/src/vty/tdef_vty.c
+++ b/src/vty/tdef_vty.c
@@ -379,8 +379,8 @@ void osmo_tdef_vty_groups_init(unsigned int parent_cfg_node, struct osmo_tdef_gr
cfg_timer_cmd.string = timer_command_string("timer", OSMO_TDEF_VTY_ARG_SET_OPTIONAL);
cfg_timer_cmd.doc = timer_doc_string("Configure or show timers\n", OSMO_TDEF_VTY_DOC_SET);
- install_element_ve(&show_timer_cmd);
- install_element(parent_cfg_node, &cfg_timer_cmd);
+ install_lib_element_ve(&show_timer_cmd);
+ install_lib_element(parent_cfg_node, &cfg_timer_cmd);
}
/*! Write the global osmo_tdef_group configuration to VTY, as previously passed to osmo_tdef_vty_groups_init().