diff options
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.c')
-rwxr-xr-x | libglusterfsclient/src/libglusterfsclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.c b/libglusterfsclient/src/libglusterfsclient.c index 9f8a8a15e..f90de48c3 100755 --- a/libglusterfsclient/src/libglusterfsclient.c +++ b/libglusterfsclient/src/libglusterfsclient.c @@ -7919,7 +7919,7 @@ glusterfs_chdir (const char *path) } if ((handle == NULL) || (op_ret == 0)) { - libgf_client_chdir (path); + op_ret = libgf_client_chdir (path); } out: |