From: Andrew McNab Date: Fri, 9 Nov 2007 14:29:34 +0000 (+0000) Subject: Sync X-Git-Tag: org-gridsite-core_R_1_5_6~1 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=eca493a69ba7db489a63a84adc436d13c929b577;p=jra1mw.git Sync --- diff --git a/org.gridsite.core/VERSION b/org.gridsite.core/VERSION index c861250..776df0e 100644 --- a/org.gridsite.core/VERSION +++ b/org.gridsite.core/VERSION @@ -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) diff --git a/org.gridsite.core/src/slashgrid.c b/org.gridsite.core/src/slashgrid.c index e008699..fe3bec5 100644 --- a/org.gridsite.core/src/slashgrid.c +++ b/org.gridsite.core/src/slashgrid.c @@ -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);