Commit 9f722837 authored by Pierre Ynard's avatar Pierre Ynard

luatelnet: remove spurious blank line on prompt lock

parent 37fbdd89
...@@ -120,7 +120,6 @@ function quit(client) ...@@ -120,7 +120,6 @@ function quit(client)
end end
end end
function lock(client) function lock(client)
client:send("\r\n")
client:switch_status( host.status.password ) client:switch_status( host.status.password )
client.buffer = "" client.buffer = ""
return false return false
......
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