Fix access module

This commit is contained in:
Patrick Niklaus 2015-05-17 17:26:10 +02:00
parent de2f06970d
commit 074c7a9c40

View File

@ -135,7 +135,7 @@ end
function node_function (node, result)
-- parse access and barrier tags
local access = Access.find_access_tag(node, access_tags_hierachy)
local access = find_access_tag(node, access_tags_hierachy)
if access and access ~= "" then
if access_tag_blacklist[access] then
result.barrier = true