From b86c7c3870b1209d995498b9ee0c28f4dcce875f Mon Sep 17 00:00:00 2001 From: Venky Shankar Date: Fri, 20 Jul 2012 17:39:43 +0530 Subject: gsyncd / geo-rep: Fix typo in 'purge' flow Change-Id: I6c329b895178545d16b0cb9f01ad116f5342f752 BUG: 841855 Signed-off-by: Venky Shankar Reviewed-on: http://review.gluster.com/3706 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- xlators/features/marker/utils/syncdaemon/master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/features/marker') diff --git a/xlators/features/marker/utils/syncdaemon/master.py b/xlators/features/marker/utils/syncdaemon/master.py index ef3816e65..6490fd9fe 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): -- cgit