forked from extern/shorewall_code
Fix syntax error
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6102 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
40471c1c1b
commit
30c5dbf2f7
@ -488,7 +488,7 @@ my %validlevels = ( debug => 7,
|
|||||||
alert => 1,
|
alert => 1,
|
||||||
emerg => 0,
|
emerg => 0,
|
||||||
panic => 0,
|
panic => 0,
|
||||||
none => ''
|
none => '',
|
||||||
ULOG => 'ULOG' );
|
ULOG => 'ULOG' );
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user