summaryrefslogtreecommitdiffstats
path: root/func/certmaster.py
diff options
context:
space:
mode:
authorSeth Vidal <skvidal@fedoraproject.org>2007-09-27 17:02:58 -0400
committerSeth Vidal <skvidal@fedoraproject.org>2007-09-27 17:02:58 -0400
commitf6151eb9b96126220961e056c66fb993bb652f19 (patch)
treed20017687505f8ae6505a272bb8c94826ca4627a /func/certmaster.py
parentbff73023105ea0036b57d28f0571744f658cb2a8 (diff)
downloadthird_party-func-f6151eb9b96126220961e056c66fb993bb652f19.tar.gz
third_party-func-f6151eb9b96126220961e056c66fb993bb652f19.tar.xz
third_party-func-f6151eb9b96126220961e056c66fb993bb652f19.zip
modify func/overlord to read config from certmaster and use config.py
Diffstat (limited to 'func/certmaster.py')
-rwxr-xr-xfunc/certmaster.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/func/certmaster.py b/func/certmaster.py
index a0598be..101a035 100755
--- a/func/certmaster.py
+++ b/func/certmaster.py
@@ -43,7 +43,6 @@ class CMConfig(BaseConfig):
class CertMaster(object):
def __init__(self, conf_file):
self.cfg = read_config(conf_file, CMConfig)
- self.cfg.listen_port = int(self.cfg.listen_port)
self.ca_key_file = '%s/funcmaster.key' % self.cfg.cadir
self.ca_cert_file = '%s/funcmaster.crt' % self.cfg.cadir
try: