mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-18 12:20:42 +01:00
Correct the grammar in an error message
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
0673898e85
commit
2eb25f3f6a
@ -4649,7 +4649,7 @@ sub match_source_net( $;$\$ ) {
|
||||
my $result = '';
|
||||
my @sets = mysplit $1, 1;
|
||||
|
||||
fatal_error "Multiple ipset matches requires the Repeat Match capability in your kernel and iptables" unless $globals{KLUDGEFREE};
|
||||
fatal_error "Multiple ipset matches require the Repeat Match capability in your kernel and iptables" unless $globals{KLUDGEFREE};
|
||||
|
||||
for $net ( @sets ) {
|
||||
fatal_error "Expected ipset name ($net)" unless $net =~ /^(!?)(\+?)[a-zA-Z][-\w]*(\[.*\])?/;
|
||||
|
Loading…
Reference in New Issue
Block a user