mirror of
https://gitlab.com/shorewall/code.git
synced 2025-03-06 18:41:29 +01:00
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:
parent
2e949f5aa8
commit
9ec9cfc7e9
@ -536,7 +536,7 @@ validate_policy()
|
||||
[ -n "${default:=$REJECT_DEFAULT}" ]
|
||||
;;
|
||||
ACCEPT)
|
||||
[ -n "${default:=$ACCEPTT_DEFAULT}" ]
|
||||
[ -n "${default:=$ACCEPT_DEFAULT}" ]
|
||||
;;
|
||||
CONTINUE)
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user