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 <vijay@gluster.com>2012-07-25 19:40:00 +0530
commita850aefdef5217a16b25b078540e17d32f352625 (patch)
tree18638b1ebf815d728c1914eec290cd53039b3c15 /xlators/features/marker
parent4507bf7404cc9269fe41b427e05642c89b2989df (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):