summaryrefslogtreecommitdiff
path: root/client/changes
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2015-07-23 18:08:13 -0300
committerKali Kaneko <kali@leap.se>2015-07-27 10:03:30 -0400
commitb5a3e7191c423314afce20627e83339226c94729 (patch)
treed1675264ae6f2aa3f10a3956173c9bc6add490fc /client/changes
parentf8a79cf8df519f3271daf9dc5b8e73c359b886a1 (diff)
[bug] avoid double decryption of documents
Because of how the incoming document queue is implemented, it could be the case that a document was sent to async decryption queue more than once. This commit creates a list of documents to be decrypted, so we avoid sending the same document to the queue more than once.
Diffstat (limited to 'client/changes')
-rw-r--r--client/changes/bug_avoid-double-decryption1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/changes/bug_avoid-double-decryption b/client/changes/bug_avoid-double-decryption
new file mode 100644
index 00000000..184da75b
--- /dev/null
+++ b/client/changes/bug_avoid-double-decryption
@@ -0,0 +1 @@
+ o Avoid double decryption of documents.