Browse Source

firewall: fix another notrack related bug

SVN-Revision: 22218
Jo-Philipp Wich 15 years ago
parent
commit
d6d1dd47d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/firewall/files/lib/core_init.sh

+ 1 - 1
package/firewall/files/lib/core_init.sh

@@ -159,7 +159,7 @@ fw_load_zone() {
 	fw_callback pre zone
 
 	[ $zone_conntrack = 1 -o $zone_masq = 1 ] && \
-		append FW_CONNTRACK_ZONES "$zone_NAME"
+		append FW_CONNTRACK_ZONES "$zone_name"
 
 	local mode
 	case "$zone_family" in