Commit 8f56ee23 authored by Kaarlo Raiha's avatar Kaarlo Raiha Committed by Jean-Baptiste Kempf

Add port range to LUA telnet

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 9340c4da
......@@ -117,6 +117,7 @@ vlc_module_begin ()
TELNETHOST_LONGTEXT, true )
add_integer( "telnet-port", TELNETPORT_DEFAULT, TELNETPORT_TEXT,
TELNETPORT_LONGTEXT, true )
change_integer_range( 1, 65535 )
add_password( "telnet-password", NULL, TELNETPWD_TEXT,
TELNETPWD_LONGTEXT, true )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment