[vlc-commits] luatelnet: remove spurious blank line on prompt lock

Pierre Ynard git at videolan.org
Fri Mar 11 01:11:40 CET 2011


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Fri Mar 11 01:11:45 2011 +0100| [9f722837f4400cc577380e43c7be8b72ee41cfd0] | committer: Pierre Ynard

luatelnet: remove spurious blank line on prompt lock

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9f722837f4400cc577380e43c7be8b72ee41cfd0
---

 share/lua/intf/telnet.lua |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/share/lua/intf/telnet.lua b/share/lua/intf/telnet.lua
index e20b945..2a87d5d 100644
--- a/share/lua/intf/telnet.lua
+++ b/share/lua/intf/telnet.lua
@@ -120,7 +120,6 @@ function quit(client)
     end
 end
 function lock(client)
-    client:send("\r\n")
     client:switch_status( host.status.password )
     client.buffer = ""
     return false



More information about the vlc-commits mailing list