]> git.sesse.net Git - vlc/blobdiff - share/lua/intf/modules/host.lua
luatelnet: really add the possibility to pipe commands into the telnet interface.
[vlc] / share / lua / intf / modules / host.lua
index b6c06ba5b5bd9bb7da0800967064e0419b3eadb4..46e422bc1a9d501ccb2d47ee966c6586562378c6 100644 (file)
@@ -159,6 +159,7 @@ function host()
                          wfd = wfd or fd,
                          status = status.init,
                          buffer = "",
+                         cmds = "",
                          type = t,
                          -- methods
                          fd = fd_client,