From eca493a69ba7db489a63a84adc436d13c929b577 Mon Sep 17 00:00:00 2001 From: Andrew McNab Date: Fri, 9 Nov 2007 14:29:34 +0000 Subject: [PATCH] Sync --- org.gridsite.core/VERSION | 4 ++-- org.gridsite.core/src/slashgrid.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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); -- 1.8.2.3