changed for new LUA - see zzz.i2p/topics/1625

This commit is contained in:
echelon2
2014-05-12 07:54:47 +00:00
parent cec28d0657
commit 3c543aa690

View File

@@ -76,7 +76,7 @@ function get_revision_cert_trust(signers, id, name, val)
}
local t = keyintersection(signers, trusted_signers)
if t == nil then return false end
if table.getn(t) >= 1 then return true end
if #t>= 1 then return true end
return false
end
</pre>