diff options
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 |