1
0
mirror of https://github.com/kepler155c/opus synced 2024-06-14 09:26:54 +00:00

security fix

This commit is contained in:
kepler155c@gmail.com 2018-02-03 20:03:51 -05:00
parent 15a627f7e9
commit cceb6c8409

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 { }