diff options
author | Martin Pihlak | 2011-09-21 09:38:47 +0000 |
---|---|---|
committer | Martin Pihlak | 2011-09-21 09:38:47 +0000 |
commit | 7d469ecad6835adf8df35dfe1c6876709c0372de (patch) | |
tree | 46f49d16bf271e2df6bacb93088182cf20db02f7 /python/walmgr.py | |
parent | f55855515e50ad475cf01ab8266307dc58a4af6a (diff) |
Fix a bug introduced by a bugfix b08445.
Diffstat (limited to 'python/walmgr.py')
-rwxr-xr-x | python/walmgr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/walmgr.py b/python/walmgr.py index 540de4f3..737d954c 100755 --- a/python/walmgr.py +++ b/python/walmgr.py @@ -344,7 +344,7 @@ class WalMgr(skytools.DBScript): self.is_master = self.options.init_master config = skytools.Config(self.service_name, None, - user_defs = opt_dict, override = self.cf_operride) + user_defs = opt_dict, override = self.cf_override) else: # default to regular config handling config = skytools.DBScript.load_config(self) |