diff options
author | Rob Austein <sra@hactrn.net> | 2010-02-19 04:12:21 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-02-19 04:12:21 +0000 |
commit | 3fa0f3f73ebaf4bd9b06f48e1d4dae224e24f180 (patch) | |
tree | fd4bc8e1eb19e68e4893cfae71470b61149daa5f /rpkid | |
parent | d970a6e2499afb4c7ca0168a255946e47d49179e (diff) |
Checkpoint
svn path=/myrpki.rototill/examples/myrpki.conf; revision=2980
Diffstat (limited to 'rpkid')
-rw-r--r-- | rpkid/rpki/config.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rpkid/rpki/config.py b/rpkid/rpki/config.py index 6d6ad225..82a362c3 100644 --- a/rpkid/rpki/config.py +++ b/rpkid/rpki/config.py @@ -115,8 +115,6 @@ class parser(object): """ if section is None: section = self.default_section - if not self.cfg.has_option(section, option): - option = option.replace("-", "_") if default is not None and not self.cfg.has_option(section, option): return default val = self.cfg.get(section, option) |