summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xlators/features/marker/utils/syncdaemon/master.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/marker/utils/syncdaemon/master.py b/xlators/features/marker/utils/syncdaemon/master.py
index ef3816e6..6490fd9f 100644
--- a/xlators/features/marker/utils/syncdaemon/master.py
+++ b/xlators/features/marker/utils/syncdaemon/master.py
@@ -313,7 +313,7 @@ class SendmarkRsyncMixin(object):
class PurgeNormalMixin(object):
def purge_missing(self, path, names):
- self.slave.server.purge(path, dd)
+ self.slave.server.purge(path, names)
class PurgeNoopMixin(object):