From 6b698759cac822a43e305b7f1f10b779183e6c09 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 31 Mar 2012 09:45:45 -0700 Subject: [PATCH] Correct a typo. 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 a081ba254..6d594df3a 100644 --- a/Shorewall/Perl/Shorewall/Chains.pm +++ b/Shorewall/Perl/Shorewall/Chains.pm @@ -6453,7 +6453,7 @@ sub ensure_ipset( $ ) { qq( fi) ); } else { emit ( qq( if ! qt \$IPSET -L $set -n; then) , - qq( error_message "WARNING: ipset $1 does not exist; creating it as an iphash set") , + qq( error_message "WARNING: ipset $set does not exist; creating it as an iphash set") , qq( \$IPSET -N $set iphash") , qq( fi) ); }