From 07b79bd91ee28a8d9c17c5993e4a26db79ba1c06 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 16 Jan 2020 15:33:09 +0100 Subject: sccp_demo_user: Bind VTY to -l local address cmdline arg Change-Id: Id93db4ea2865f3f2dbfc89890389ebd02fa8172b --- examples/sccp_demo_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/sccp_demo_user.c b/examples/sccp_demo_user.c index 3cbcc72..4b7b6bc 100644 --- a/examples/sccp_demo_user.c +++ b/examples/sccp_demo_user.c @@ -236,7 +236,7 @@ int main(int argc, char **argv) osmo_ss7_vty_init_asp(NULL); osmo_sccp_vty_init(); - rc = telnet_init_dynif(NULL, NULL, vty_get_bind_addr(), 2324+client); + rc = telnet_init_dynif(NULL, NULL, local_address, 2324+client); if (rc < 0) { perror("Error binding VTY port"); exit(1); -- cgit v1.2.3