compares written xacml policy file to itself after reading in
authorShiv Kaushal <shiv.kaushal@manchester.ac.uk>
Mon, 23 May 2005 13:09:46 +0000 (13:09 +0000)
committerShiv Kaushal <shiv.kaushal@manchester.ac.uk>
Mon, 23 May 2005 13:09:46 +0000 (13:09 +0000)
org.gridsite.core/src/xacmlexample.c

index fe86e8a..12793ab 100644 (file)
@@ -122,7 +122,7 @@ int main()
 
   GRSTgaclAclPrint(acl1, stdout);
 
-  GRSTgaclAclSave(acl1, "example.xacml");
+  GRSTxacmlAclSave(acl1, "example.xacml");
 
   puts("gridacl.out saved");