summaryrefslogtreecommitdiffstats
path: root/xlators/features
diff options
context:
space:
mode:
authorVenky Shankar <vshankar@redhat.com>2012-07-20 17:39:43 +0530
committerVijay Bellur <vijay@gluster.com>2012-07-24 19:11:32 +0530
commit4507bf7404cc9269fe41b427e05642c89b2989df (patch)
tree51dc3008d8464475180df95b134e50a4aa017c53 /xlators/features
parentbcf659a0d81c600982317f54fe164867aa0c5a67 (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')
-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 e4f617c1f35..41aae9b09c5 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):