Skip to content

Commit

Permalink
Cannot reassign variable '$_src_hosts'
Browse files Browse the repository at this point in the history
  • Loading branch information
stjmt committed Jul 31, 2024
1 parent 26186d2 commit f6abf49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/simplerule.epp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
} else {
$_daddr_type = $set_type # ip or ip6
}
$_src_hosts = "${_daddr_type} daddr ${_saddr}"
$_dst_hosts = "${_daddr_type} daddr ${_saddr}"
} else {
$_dst_hosts = undef
} -%>
Expand Down

0 comments on commit f6abf49

Please sign in to comment.