diff options
Diffstat (limited to 'geo-replication')
| -rw-r--r-- | geo-replication/syncdaemon/configinterface.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/geo-replication/syncdaemon/configinterface.py b/geo-replication/syncdaemon/configinterface.py index 0f764c47a7e..8353c1161b2 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()  | 
