# HG changeset patch # User Marcus Granado # Date 1259854414 0 # Node ID 8335acd2219af19c6345d349690679dac2f5953a # Parent c9d4cd95d8886b2201522e346f7f0d4a5d373115 CA-35556: audit-record should use action instead of permission name Signed-off-by: Marcus Granado diff -r c9d4cd95d888 -r 8335acd2219a ocaml/idl/ocaml_backend/rbac_audit.ml --- a/ocaml/idl/ocaml_backend/rbac_audit.ml Wed Dec 02 19:08:08 2009 +0000 +++ b/ocaml/idl/ocaml_backend/rbac_audit.ml Thu Dec 03 15:33:34 2009 +0000 @@ -312,7 +312,7 @@ SExpr.String (ok_error ^ result_error):: SExpr.String (call_type_of action):: (*SExpr.String (Helper_hostname.get_hostname ())::*) - SExpr.String permission:: + SExpr.String action:: (SExpr.Node (sexpr_of_parameters action args)):: [] )