1 file changed, 1 insertion(+), 1 deletion(-)
ocaml/idl/ocaml_backend/rbac_audit.ml |    2 +-


# HG changeset patch
# User Marcus Granado <[email protected]>
# Date 1259854414 0
# Node ID 8335acd2219af19c6345d349690679dac2f5953a
# Parent  c9d4cd95d8886b2201522e346f7f0d4a5d373115
CA-35556: audit-record should use action instead of permission name

Signed-off-by: Marcus Granado <[email protected]>

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))::
                []
        )
# HG changeset patch
# User Marcus Granado <[email protected]>
# Date 1259854414 0
# Node ID 8335acd2219af19c6345d349690679dac2f5953a
# Parent  c9d4cd95d8886b2201522e346f7f0d4a5d373115
CA-35556: audit-record should use action instead of permission name

Signed-off-by: Marcus Granado <[email protected]>

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))::
 		[]
 	)
_______________________________________________
xen-api mailing list
[email protected]
http://lists.xensource.com/mailman/listinfo/xen-api

Reply via email to