summaryrefslogtreecommitdiffstats
path: root/xlators/features/marker
diff options
context:
space:
mode:
authorVenky Shankar <vshankar@redhat.com>2012-07-25 16:07:00 +0530
committerVijay Bellur <vbellur@redhat.com>2012-07-25 07:08:21 -0700
commit9d3dff4cf2b4f29f514b9eae00330dfe3e144fff (patch)
treeb1159a0f70b577700741ebd645cfd11ea08b4f07 /xlators/features/marker
parent7ab25973f11cf4eedcf3cf1a628f03937536391b (diff)
gsyncd / geo-rep: Fix sendmark() invocation for Normal Mixin
Change-Id: I0ae81ab01418becba83e401ec36c6db5323945e8 BUG: 842330 Signed-off-by: Venky Shankar <vshankar@redhat.com> Reviewed-on: http://review.gluster.com/3725 Tested-by: Vijay Bellur <vbellur@redhat.com> Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'xlators/features/marker')
-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 41aae9b09c5..93013912e6a 100644
--- a/xlators/features/marker/utils/syncdaemon/master.py
+++ b/xlators/features/marker/utils/syncdaemon/master.py
@@ -302,7 +302,7 @@ class BlindMixin(object):
class SendmarkNormalMixin(object):
def sendmark_regular(self, a, *kw):
- return self.sendmark(self, a, *kw)
+ return self.sendmark(a, *kw)
class SendmarkRsyncMixin(object):