Fix another masq ipsec option handling bug -- take 2

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6133 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-04-27 15:06:17 +00:00
parent 710354caee
commit 213eca848a

View File

@ -88,7 +88,7 @@ sub do_ipsec_options($)
$options .= "$val " if defined $val;
}
$options . ' ';
$options;
}
#