summaryrefslogtreecommitdiff
path: root/keymanager/changes
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2015-09-22 16:18:36 +0200
committerRuben Pollan <meskio@sindominio.net>2015-09-22 17:42:13 +0200
commitf94e3aff14295821d28be0dbf3f4b40df980271c (patch)
tree17864ccacc15e1242ab8db59737ef4774b7242ec /keymanager/changes
parentd5564316c37c4402b3eabb370b4bf27da3c75463 (diff)
[bug] catch request exceptions
On fetch_key we were not catching the request exceptions, now they are returned as failure in the deferred as it should. - Related: #7410
Diffstat (limited to 'keymanager/changes')
-rw-r--r--keymanager/changes/bug-7410_fetch_key1
1 files changed, 1 insertions, 0 deletions
diff --git a/keymanager/changes/bug-7410_fetch_key b/keymanager/changes/bug-7410_fetch_key
new file mode 100644
index 0000000..4aec9fe
--- /dev/null
+++ b/keymanager/changes/bug-7410_fetch_key
@@ -0,0 +1 @@
+- catch request exceptions on key fetching