From 87fe4d66eabeb3ac996bcf10e89cdcc6853c4bb0 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 1 Nov 2017 00:47:19 +0100 Subject: vty: skip installing cmds now always installed by default vty_install_default() and install_default() will soon be deprecated. Depends: I5021c64a787b63314e0f2f1cba0b8fc7bff4f09b Change-Id: I185aa3a11cb63c893ed80f326f852bde95217321 --- examples/sccp_test_vty.c | 1 - 1 file changed, 1 deletion(-) (limited to 'examples') diff --git a/examples/sccp_test_vty.c b/examples/sccp_test_vty.c index d809fbc..c477c8b 100644 --- a/examples/sccp_test_vty.c +++ b/examples/sccp_test_vty.c @@ -139,7 +139,6 @@ int sccp_test_user_vty_install(struct osmo_sccp_instance *inst, int ssn) g_calling_addr.ssn = ssn; install_node(&scu_node, NULL); - vty_install_default(SCU_NODE); install_element(SCU_NODE, &scu_called_ssn_cmd); install_element(SCU_NODE, &scu_conn_req_cmd); install_element(SCU_NODE, &scu_conn_resp_cmd); -- cgit v1.2.3