Sync
authorAndrew McNab <andrew.mcnab@manchester.ac.uk>
Fri, 9 Nov 2007 14:29:34 +0000 (14:29 +0000)
committerAndrew McNab <andrew.mcnab@manchester.ac.uk>
Fri, 9 Nov 2007 14:29:34 +0000 (14:29 +0000)
org.gridsite.core/VERSION
org.gridsite.core/src/slashgrid.c

index c861250..776df0e 100644 (file)
@@ -1,5 +1,5 @@
 MAJOR_VERSION=1
 MINOR_VERSION=1.5
-PATCH_VERSION=1.5.5
-DEFVERSION=010505
+PATCH_VERSION=1.5.6
+DEFVERSION=010506
 VERSION=$(PATCH_VERSION)
index e008699..fe3bec5 100644 (file)
@@ -1216,7 +1216,7 @@ GRSTgaclPerm get_gaclPerm(struct fuse_context *fuse_ctx, char *path)
   
   if (dn != NULL)
     {
-      encoded_dn = GRSThttpMildUrlEncode(dn);
+      encoded_dn = GRSThttpUrlMildencode(dn);
     
       cred = GRSTgaclCredCreate("dn:", encoded_dn);
       user = GRSTgaclUserNew(cred);