Correct error message

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1140 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2004-02-13 22:59:14 +00:00
parent 543b6b959f
commit e5c431bbad

View File

@ -3027,7 +3027,7 @@ process_rule() # $1 = target
target=reject
;;
CONTINUE)
[ -n "$ratelimit" ] && fatal_error "Rate Limiting not available with REJECT"
[ -n "$ratelimit" ] && fatal_error "Rate Limiting not available with CONTINUE"
target=RETURN
;;
DNAT)