summaryrefslogtreecommitdiffstats
path: root/awall-model.lua
diff options
context:
space:
mode:
Diffstat (limited to 'awall-model.lua')
-rw-r--r--awall-model.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/awall-model.lua b/awall-model.lua
index e242d40..6c08673 100644
--- a/awall-model.lua
+++ b/awall-model.lua
@@ -27,7 +27,6 @@ local findfiles = function(where)
-- awall will use links, but we want to drop the links from /etc/awall/ to one of the optional dirs
-- because those are the ones handled by enable/disable
local link = posix.dirname(posix.readlink(where..d) or "").."/"
-logevent("link = "..link)
if where == etcpath and (string.find(link, "^"..etcoptionalpath.."$") or string.find(link, "^"..usroptionalpath.."$")) then
-- do nothing
else