diff options
Diffstat (limited to 'xlators/cluster/dht/src/dht-common.c')
| -rw-r--r-- | xlators/cluster/dht/src/dht-common.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/cluster/dht/src/dht-common.c b/xlators/cluster/dht/src/dht-common.c index 5454bf33efe..83ec81ff342 100644 --- a/xlators/cluster/dht/src/dht-common.c +++ b/xlators/cluster/dht/src/dht-common.c @@ -4374,6 +4374,8 @@ dht_rmdir_opendir_cbk (call_frame_t *frame, void *cookie, xlator_t *this,  			"opendir on %s for %s failed (%s)",  			prev->this->name, local->loc.path,  			strerror (op_errno)); +                local->op_ret = -1; +                local->op_errno = op_errno;  		goto err;  	}  | 
