diff options
-rw-r--r-- | xlators/features/marker/utils/syncdaemon/resource.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/marker/utils/syncdaemon/resource.py b/xlators/features/marker/utils/syncdaemon/resource.py index 60e32e0dc42..afafd54143a 100644 --- a/xlators/features/marker/utils/syncdaemon/resource.py +++ b/xlators/features/marker/utils/syncdaemon/resource.py @@ -400,7 +400,7 @@ class SSH(AbstractUrl, SlaveRemote): return False def start_fd_client(self, *a, **opts): - if opts['deferred']: + if opts.get('deferred'): return a sup(self, *a) ityp = type(self.inner_rsc) |