summaryrefslogtreecommitdiffstats
path: root/xlators/features/marker/utils
diff options
context:
space:
mode:
authorVenky Shankar <vshankar@redhat.com>2012-07-20 17:39:43 +0530
committerVijay Bellur <vbellur@redhat.com>2012-07-20 08:32:52 -0700
commitb86c7c3870b1209d995498b9ee0c28f4dcce875f (patch)
tree3492e7e084897401d17c01de408b4567b2399ecb /xlators/features/marker/utils
parentaa9f47d1729f6a7f08aef4c23d44febe498bb280 (diff)
gsyncd / geo-rep: Fix typo in 'purge' flow
Change-Id: I6c329b895178545d16b0cb9f01ad116f5342f752 BUG: 841855 Signed-off-by: Venky Shankar <vshankar@redhat.com> Reviewed-on: http://review.gluster.com/3706 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'xlators/features/marker/utils')
-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 ef3816e6519..6490fd9fec8 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):