diff options
author | Rob Austein <sra@hactrn.net> | 2014-11-26 01:17:19 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-11-26 01:17:19 +0000 |
commit | 755edaf56decc85339d3f7313e07d880a831a8ca (patch) | |
tree | 3f5d051bdc34b49ecdf0662ef114c5e9a9db3d26 /rpki/gui/app/glue.py | |
parent | 885e93c30e123bb9350ef94b14602cf4c4f94a40 (diff) |
Pull from trunk.
svn path=/branches/tk705/; revision=6036
Diffstat (limited to 'rpki/gui/app/glue.py')
-rw-r--r-- | rpki/gui/app/glue.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpki/gui/app/glue.py b/rpki/gui/app/glue.py index 8a008447..bfade6d8 100644 --- a/rpki/gui/app/glue.py +++ b/rpki/gui/app/glue.py @@ -77,7 +77,7 @@ def list_received_resources(log, conf): foreign keys. """ - z = Zookeeper(handle=conf.handle) + z = Zookeeper(handle=conf.handle, disable_signal_handlers=True) req = Element(tag_msg, nsmap=nsmap, type="query", version=version) SubElement(req, tag_list_received_resources, self_handle=conf.handle) pdus = z.call_rpkid(req) |