Fix typo in compiler

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4773 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-10-31 20:27:14 +00:00
parent 2e949f5aa8
commit 9ec9cfc7e9

View File

@ -536,7 +536,7 @@ validate_policy()
[ -n "${default:=$REJECT_DEFAULT}" ]
;;
ACCEPT)
[ -n "${default:=$ACCEPTT_DEFAULT}" ]
[ -n "${default:=$ACCEPT_DEFAULT}" ]
;;
CONTINUE)
;;