From 8d22d68815fbd27e7ef1b4b2f5bb70c3d82ddb96 Mon Sep 17 00:00:00 2001 From: Raghavendra G Date: Wed, 18 Nov 2009 01:17:36 +0000 Subject: libglusterfsclient: fix __do_path_resolve to return zero if the path happens to be resolved in path_to_parenti. Signed-off-by: Raghavendra G Signed-off-by: Anand V. Avati BUG: 369 (Samba does not work with booster.) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=369 --- libglusterfsclient/src/libglusterfsclient-dentry.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libglusterfsclient') diff --git a/libglusterfsclient/src/libglusterfsclient-dentry.c b/libglusterfsclient/src/libglusterfsclient-dentry.c index c6c154564..24273bb86 100644 --- a/libglusterfsclient/src/libglusterfsclient-dentry.c +++ b/libglusterfsclient/src/libglusterfsclient-dentry.c @@ -338,6 +338,7 @@ __do_path_resolve (loc_t *loc, libglusterfs_client_ctx_t *ctx, } } + op_ret = 0; out: loc->inode = inode; loc->parent = parent; -- cgit