aboutsummaryrefslogtreecommitdiff
path: root/rpki/pubd.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2014-09-13 03:56:54 +0000
committerRob Austein <sra@hactrn.net>2014-09-13 03:56:54 +0000
commit429adae788694f109174e35467c49d13b9533fe2 (patch)
tree9491a39aa30bac1c586ca81a246d8af6358a7bd1 /rpki/pubd.py
parente123d08c9962f58525d98864b572d7987684dff0 (diff)
Groundwork for Django ORM world conquest: sort out settings.py mess.
svn path=/branches/tk713/; revision=5948
Diffstat (limited to 'rpki/pubd.py')
-rw-r--r--rpki/pubd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpki/pubd.py b/rpki/pubd.py
index 79315a78..cf5b1b6a 100644
--- a/rpki/pubd.py
+++ b/rpki/pubd.py
@@ -68,7 +68,7 @@ class main(object):
rpki.log.init("pubd", args)
- self.cfg = rpki.config.parser(args.config, "pubd")
+ self.cfg = rpki.config.parser(set_filename = args.config, section = "pubd")
self.cfg.set_global_flags()
if not args.foreground: