heal : Do not invoke glfs_fini for glfs-heal commands

Change-Id: I2fa6789488c4ecebbed049f46c189441fba48535
BUG: 1228635
Signed-off-by: Anuradha <atalur@redhat.com>
Reviewed-on: http://review.gluster.org/11103
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
This commit is contained in:
Anuradha 2015-06-05 16:49:14 +05:30 committed by Vijay Bellur
parent 02ccab9257
commit 8f12fae9cb

View File

@ -679,7 +679,7 @@ cleanup (glfs_t *fs)
{
if (!fs)
return;
#ifdef DEBUG
#if 0
/* glfs fini path is still racy and crashing the program. Since
* this program any way has to die, we are not gonna call fini
* in the released versions. i.e. final builds. For all