aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'rpkid/rpki/config.py')
-rw-r--r--rpkid/rpki/config.py2
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)