From: Shiv Kaushal Date: Mon, 23 May 2005 13:09:46 +0000 (+0000) Subject: compares written xacml policy file to itself after reading in X-Git-Tag: gridsite-core_R_1_1_9~59 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=db068fb9d356af2adfe4652a94cd4446f2839189;p=jra1mw.git compares written xacml policy file to itself after reading in --- 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");