diff options
| -rw-r--r-- | heal/src/glfs-heal.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/heal/src/glfs-heal.c b/heal/src/glfs-heal.c index a05b201fcbd..bc76518d539 100644 --- a/heal/src/glfs-heal.c +++ b/heal/src/glfs-heal.c @@ -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  | 
