mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-26 04:32:01 +02: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}" ]
|
[ -n "${default:=$REJECT_DEFAULT}" ]
|
||||||
;;
|
;;
|
||||||
ACCEPT)
|
ACCEPT)
|
||||||
[ -n "${default:=$ACCEPTT_DEFAULT}" ]
|
[ -n "${default:=$ACCEPT_DEFAULT}" ]
|
||||||
;;
|
;;
|
||||||
CONTINUE)
|
CONTINUE)
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user