fix quoting problem
This commit is contained in:
parent
e8b3e30abe
commit
e8f0055b6d
@ -80,7 +80,7 @@ define(`policy_call_depth',0)
|
||||
#
|
||||
define(`optional_policy',`
|
||||
ifdef(`monolithic_policy',`
|
||||
ifdef(`$1',$2,$3)
|
||||
ifdef(`$1',`$2',`$3')
|
||||
',`
|
||||
optional {
|
||||
$2
|
||||
|
Loading…
Reference in New Issue
Block a user