diff options
author | Rob Austein <sra@hactrn.net> | 2014-11-07 02:07:52 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-11-07 02:07:52 +0000 |
commit | 2e9f99b5a589a51fbb16a54b67043f56d766814f (patch) | |
tree | b4fd577712ddb4671311e3c0c4e168578dcaa227 /rpki/gui/app/glue.py | |
parent | 96e92eae12816e73f4a1e1496b470ca06ee0a923 (diff) |
"He just kept saying `One lousy comma!' as we dragged him away...."
svn path=/branches/tk705/; revision=6006
Diffstat (limited to 'rpki/gui/app/glue.py')
-rw-r--r-- | rpki/gui/app/glue.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rpki/gui/app/glue.py b/rpki/gui/app/glue.py index 8bc24fbf..3350fc88 100644 --- a/rpki/gui/app/glue.py +++ b/rpki/gui/app/glue.py @@ -77,8 +77,8 @@ def list_received_resources(log, conf): """ z = Zookeeper(handle=conf.handle) - req = Elements(rpki.left_right.tag_msg, nsmap=rpki.left_right.nsmap, - type="query", version=rpki.left_right.version) + req = Element(rpki.left_right.tag_msg, nsmap=rpki.left_right.nsmap, + type="query", version=rpki.left_right.version) SubElement(req, rpki.left_right.tag_list_received_resources, self_handle=conf.handle) pdus = z.call_rpkid(req) # pdus is sometimes None (see https://trac.rpki.net/ticket/681) |