osmo-e1-recorder: Transition to use of 'telnet_init_default'

Related: OS#5809
Change-Id: Id8148f71f4231de40c4762094e2969d11821e5c4
This commit is contained in:
arehbein 2022-12-19 21:28:44 +01:00
parent 91c6873cc0
commit 55a1b836ea
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ int main(int argc, char **argv)
}
/* start telne tafte reading config for vty_get_bind_adr() */
telnet_init_dynif(rec_tall_ctx, NULL, vty_get_bind_addr(), 4444);
telnet_init_default(rec_tall_ctx, NULL, 4444);
while (1) {
osmo_select_main(0);