Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
awall
Commits
1d184a9f
Commit
1d184a9f
authored
Sep 30, 2016
by
Kaarle Ritvanen
Browse files
policy: fix error message on mandatory policies
parent
27e02c33
Changes
1
Show whitespace changes
Inline
Side-by-side
awall/policy.lua
View file @
1d184a9f
...
...
@@ -81,7 +81,9 @@ function Policy:load()
end
function
Policy
:
checkoptional
()
if
self
.
type
~=
'optional'
then
raise
(
'Not an optional policy: '
..
name
)
end
if
self
.
type
~=
'optional'
then
raise
(
'Not an optional policy: '
..
self
.
name
)
end
end
function
Policy
:
enable
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment