From 1c1881859f47940e4bc485c88bbdc91c61e750b0 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 29 Feb 2016 08:45:47 -0800 Subject: [PATCH] Delete untrue comment Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Chains.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Shorewall/Perl/Shorewall/Chains.pm b/Shorewall/Perl/Shorewall/Chains.pm index 510165e0b..874874648 100644 --- a/Shorewall/Perl/Shorewall/Chains.pm +++ b/Shorewall/Perl/Shorewall/Chains.pm @@ -1526,8 +1526,7 @@ sub create_irule( $$$;@ ) { } # -# Clone an existing rule. Only the rule hash itself is cloned; reference values are shared between the new rule -# reference and the old. +# Clone an existing rule. # sub clone_irule( $ ) { my $oldruleref = $_[0];