mod_firewall/mod_firewall.lua
changeset 2521 3990b1bca308
parent 2468 01babf1caa4a
child 2522 0e1054c19f9d
--- a/mod_firewall/mod_firewall.lua	Mon Feb 20 01:59:33 2017 +0100
+++ b/mod_firewall/mod_firewall.lua	Sun Feb 19 21:06:08 2017 +0000
@@ -153,7 +153,7 @@
 		module:log("error", "Dependency not found: %s", dep);
 		return;
 	end
-	if code.included_deps[dep] then
+	if code.included_deps[dep] ~= nil then
 		if code.included_deps[dep] ~= true then
 			module:log("error", "Circular dependency on %s", dep);
 		end