fix quoting problem

This commit is contained in:
Chris PeBenito 2005-07-05 20:54:12 +00:00
parent e8b3e30abe
commit e8f0055b6d
1 changed files with 1 additions and 1 deletions

View File

@ -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