From 6ae94767b70a9ac33dce87265e9c789a38c1203f Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 18 Mar 2016 08:31:52 -0700 Subject: [PATCH] Correct a comment Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Chains.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Chains.pm b/Shorewall/Perl/Shorewall/Chains.pm index 77cbf6ec9..31a1f29a0 100644 --- a/Shorewall/Perl/Shorewall/Chains.pm +++ b/Shorewall/Perl/Shorewall/Chains.pm @@ -647,7 +647,7 @@ our %ipset_exists; # => CMD_MODE if the rule contains a shell command or if it # part of a loop or conditional block. If it is a # shell command, the text of the command is in -# the cmd +# the cmd member # cmd => Shell command, if mode == CMD_MODE and cmdlevel == 0 # cmdlevel => nesting level within loops and conditional blocks. # determines indentation