diff options
Diffstat (limited to 'geo-replication/syncdaemon/gconf.py')
| -rw-r--r-- | geo-replication/syncdaemon/gconf.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/geo-replication/syncdaemon/gconf.py b/geo-replication/syncdaemon/gconf.py index 39a70a650b3..97395b41b06 100644 --- a/geo-replication/syncdaemon/gconf.py +++ b/geo-replication/syncdaemon/gconf.py @@ -27,5 +27,6 @@ class GConf(object):         to PASSIVE as well mainly for debugging"""      active_earlier = False      passive_earlier = False +    mgmt_lock_fd = None  gconf = GConf()  | 
