security fix

This commit is contained in:
kepler155c@gmail.com 2018-02-03 20:03:51 -05:00
parent 15a627f7e9
commit cceb6c8409
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ local function trusted(msg, port)
if not Security.hasPassword() then
-- no password has been set on this computer
return true
--return true
end
local trustList = Util.readTable('usr/.known_hosts') or { }