libgfapi: Don't ignore return value of glfs_loc_touchup()

BUG: 789278
CID: 1124353

Change-Id: I7d2958cbc98faf45d723f17868c515762c50c618
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
Reviewed-on: http://review.gluster.org/6931
Reviewed-by: Shyamsundar Ranganathan <srangana@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
This commit is contained in:
Jose A. Rivera 2014-02-06 14:19:43 -06:00 committed by Anand Avati
parent f32e00692e
commit ff28179310

View File

@ -450,7 +450,7 @@ glfs_resolve_at (struct glfs *fs, xlator_t *subvol, inode_t *at,
ret = 0; ret = 0;
} }
glfs_loc_touchup (loc); ret = glfs_loc_touchup (loc);
out: out:
GF_FREE (path); GF_FREE (path);