diff options
author | Rob Austein <sra@hactrn.net> | 2009-10-26 22:31:16 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-10-26 22:31:16 +0000 |
commit | 1e11a8aa6905c02a4695313d5d6a6bd3ba3732dc (patch) | |
tree | 050348593d46a04e00970cc02f74f8ac87881847 /myrpki | |
parent | 076297fd151dce8bd496e13855e23d47d45850bc (diff) |
Refactor publication code, step 1: clean up
rpki.left_right.repository_elt.call_pubd() and methods in
rpki.xmlutils.msg class that were (mis)designed to fit.
svn path=/myrpki/myirbe.py; revision=2836
Diffstat (limited to 'myrpki')
-rw-r--r-- | myrpki/myirbe.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myrpki/myirbe.py b/myrpki/myirbe.py index c640ecf2..6ab06a12 100644 --- a/myrpki/myirbe.py +++ b/myrpki/myirbe.py @@ -89,7 +89,7 @@ class caller(object): print "Reply:", xml cb(msg) - msg = self.proto.msg.query(pdus) + msg = self.proto.msg.query(*pdus) cms, xml = self.proto.cms_msg.wrap(msg, self.client_key, self.client_cert, pretty_print = True) if self.debug: print "Query:", xml |