diff options
Diffstat (limited to 'xlators/encryption')
| -rw-r--r-- | xlators/encryption/crypt/src/crypt.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/encryption/crypt/src/crypt.c b/xlators/encryption/crypt/src/crypt.c index 750fa887f78..2c296061ff7 100644 --- a/xlators/encryption/crypt/src/crypt.c +++ b/xlators/encryption/crypt/src/crypt.c @@ -4014,7 +4014,7 @@ static int32_t crypt_lookup_cbk(call_frame_t *frame,  	local->postbuf = *postparent;  	if (xdata)  		local->xdata = dict_ref(xdata); -	uuid_copy(local->loc->gfid, buf->ia_gfid); +	gf_uuid_copy(local->loc->gfid, buf->ia_gfid);  	STACK_WIND(frame,  		   load_file_size,  | 
