aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--stp/stp_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stp/stp_main.c b/stp/stp_main.c
index 0554b4a..e7f4f38 100644
--- a/stp/stp_main.c
+++ b/stp/stp_main.c
@@ -190,7 +190,7 @@ int main(int argc, char **argv)
osmo_ss7_bind_all_instances();
- rc = telnet_init_dynif(NULL, NULL, vty_get_bind_addr(), OSMO_VTY_PORT_STP);
+ rc = telnet_init_dynif(tall_stp_ctx, NULL, vty_get_bind_addr(), OSMO_VTY_PORT_STP);
if (rc < 0) {
perror("Error binding VTY port\n");
exit(1);