From 5bc61dc3849033564fc487fc81defb01fe8428a9 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 16 May 2010 22:02:16 +0200 Subject: VTY: separate VTY logging commands and OpenBSC node exit code --- openbsc/src/mgcp/mgcp_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/src/mgcp') diff --git a/openbsc/src/mgcp/mgcp_main.c b/openbsc/src/mgcp/mgcp_main.c index 63955e7d5..99391223a 100644 --- a/openbsc/src/mgcp/mgcp_main.c +++ b/openbsc/src/mgcp/mgcp_main.c @@ -194,7 +194,7 @@ int main(int argc, char** argv) return -1; vty_init("OpenBSC MGCP", PACKAGE_VERSION, openbsc_copyright); - openbsc_vty_add_cmds(); + logging_vty_add_cmds(); mgcp_vty_init(); handle_options(argc, argv); -- cgit v1.2.3