diff options
author | Rob Austein <sra@hactrn.net> | 2007-08-25 15:09:49 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-08-25 15:09:49 +0000 |
commit | 7496e2285b84a84fbf5902b60096a5fbe1521b17 (patch) | |
tree | 627e81cc27da21c0983cc9f18ecbf4bf338a0692 /scripts/irbe-cli.py | |
parent | f0a151ee8f1880a416ceac8589b843b2ae4f0557 (diff) |
Checkpoint
svn path=/scripts/http-client.py; revision=911
Diffstat (limited to 'scripts/irbe-cli.py')
-rwxr-xr-x | scripts/irbe-cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/irbe-cli.py b/scripts/irbe-cli.py index 0d05f72e..7039cac9 100755 --- a/scripts/irbe-cli.py +++ b/scripts/irbe-cli.py @@ -140,7 +140,7 @@ def main(): # # ... but use it for now # - httpsCerts = rpki.https.CertInfo(cfg.get(section, "certinfo-name")) + httpsCerts = rpki.https.CertInfo(cfg, section) q_msg = rpki.left_right.msg() |