summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--geo-replication/syncdaemon/configinterface.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/geo-replication/syncdaemon/configinterface.py b/geo-replication/syncdaemon/configinterface.py
index 0f764c47a..8353c1161 100644
--- a/geo-replication/syncdaemon/configinterface.py
+++ b/geo-replication/syncdaemon/configinterface.py
@@ -82,6 +82,7 @@ class GConffile(object):
if sys.exc_info()[1].errno == errno.ENOENT:
sres = None
+ self.config = ConfigParser.RawConfigParser()
self.config.read(self.path)
self._normconfig()