From f370e8316a35fd444c662179798dd4f8da490ca0 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 14 Nov 2011 10:47:25 +0000 Subject: Misplaced parenthesis svn path=/trunk/; revision=4092 --- rpkid/irbe_cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rpkid/irbe_cli.py') diff --git a/rpkid/irbe_cli.py b/rpkid/irbe_cli.py index 9be4c093..f7593a75 100644 --- a/rpkid/irbe_cli.py +++ b/rpkid/irbe_cli.py @@ -331,7 +331,7 @@ if q_msg_publication: client_cert = rpki.x509.X509(Auto_file = cfg.get("pubd-irbe-cert")), server_ta = rpki.x509.X509(Auto_file = cfg.get("pubd-bpki-ta")), server_cert = rpki.x509.X509(Auto_file = cfg.get("pubd-cert")), - url = cfg.get("pubd-url")), - debug = verbose) + url = cfg.get("pubd-url"), + debug = verbose)) call_pubd(*q_msg_publication) -- cgit v1.2.3