summaryrefslogtreecommitdiffstats
path: root/xlators/features/marker/utils
diff options
context:
space:
mode:
authorCsaba Henk <csaba@gluster.com>2011-07-12 03:38:01 +0200
committerAnand Avati <avati@gluster.com>2011-07-29 03:29:25 -0700
commit8b9cb1701f6365f7b4f5ed166f37020781f59467 (patch)
treed6ee6ff633ebf80b8ec4d372e68f781b96408137 /xlators/features/marker/utils
parent8efbc829490420ebe75b42a1e0f268b950aaba91 (diff)
geo-rep: minor fixes
Change-Id: I5c5211858bdb2bd28324818362d95edd97f94207 BUG: 2778 Reviewed-on: http://review.gluster.com/81 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Kaushik BV <kaushikbv@gluster.com>
Diffstat (limited to 'xlators/features/marker/utils')
-rw-r--r--xlators/features/marker/utils/syncdaemon/configinterface.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/marker/utils/syncdaemon/configinterface.py b/xlators/features/marker/utils/syncdaemon/configinterface.py
index a170b2236..dff6c111d 100644
--- a/xlators/features/marker/utils/syncdaemon/configinterface.py
+++ b/xlators/features/marker/utils/syncdaemon/configinterface.py
@@ -133,7 +133,7 @@ class GConffile(object):
if match:
update_from_sect(sect, MultiDict(dct, mad, *self.auxdicts))
if self.config.has_section(self.section()):
- update_from_sect(self.section(), MultiDict(dct, mad, *self.auxdicts))
+ update_from_sect(self.section(), MultiDict(dct, *self.auxdicts))
def get(self, opt=None):
d = {}