diff options
| -rw-r--r-- | xlators/features/marker/utils/syncdaemon/gsyncd.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/marker/utils/syncdaemon/gsyncd.py b/xlators/features/marker/utils/syncdaemon/gsyncd.py index 27c91858e..17c450808 100644 --- a/xlators/features/marker/utils/syncdaemon/gsyncd.py +++ b/xlators/features/marker/utils/syncdaemon/gsyncd.py @@ -103,7 +103,7 @@ def main():          except:              log_raise_exception(excont)      finally: -        finalize(excont.exval) +        finalize(exval = excont.exval)  def main_i():      rconf = {'go_daemon': 'should'}  | 
