diff options
author | Csaba Henk <csaba@gluster.com> | 2011-07-12 03:38:01 +0200 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-07-29 03:29:25 -0700 |
commit | 8b9cb1701f6365f7b4f5ed166f37020781f59467 (patch) | |
tree | d6ee6ff633ebf80b8ec4d372e68f781b96408137 /xlators/features | |
parent | 8efbc829490420ebe75b42a1e0f268b950aaba91 (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')
-rw-r--r-- | xlators/features/marker/utils/syncdaemon/configinterface.py | 2 |
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 = {} |