From db068fb9d356af2adfe4652a94cd4446f2839189 Mon Sep 17 00:00:00 2001 From: Shiv Kaushal Date: Mon, 23 May 2005 13:09:46 +0000 Subject: [PATCH] compares written xacml policy file to itself after reading in --- org.gridsite.core/src/xacmlexample.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.gridsite.core/src/xacmlexample.c b/org.gridsite.core/src/xacmlexample.c index fe86e8a..12793ab 100644 --- a/org.gridsite.core/src/xacmlexample.c +++ b/org.gridsite.core/src/xacmlexample.c @@ -122,7 +122,7 @@ int main() GRSTgaclAclPrint(acl1, stdout); - GRSTgaclAclSave(acl1, "example.xacml"); + GRSTxacmlAclSave(acl1, "example.xacml"); puts("gridacl.out saved"); -- 1.8.2.3