summaryrefslogtreecommitdiff
path: root/client/changes
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2015-04-30 11:24:21 -0300
committerdrebs <drebs@leap.se>2015-05-20 10:16:46 -0300
commit3a3f2d8ca5b0ae2adb5007577f2d828677ff64e0 (patch)
treeb038e8f2f55b85b4ceda70b46e80269d7d96b01b /client/changes
parent340b0dcfbc0a819738a28f9c803fdbf848754897 (diff)
[bug] always initialize sync db
Both deferred encryption and decryption rely on a special sync db. Previous to this fix, the sync db was only initialized if a syncer was configured with deferred encryption capabilities. This was a problem when the syncer was not configured like so, but the actual sync method was initiated configured to do deferred decryption. This commit fixes this by always initializing the sync db, so we have the option of doing all combinations of deferred encryption and decryption.
Diffstat (limited to 'client/changes')
-rw-r--r--client/changes/bug_always-initialize-the-sync-db2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/changes/bug_always-initialize-the-sync-db b/client/changes/bug_always-initialize-the-sync-db
new file mode 100644
index 00000000..2b12989a
--- /dev/null
+++ b/client/changes/bug_always-initialize-the-sync-db
@@ -0,0 +1,2 @@
+ o Always initialize the sync db to allow for both asynchronous encryption
+ and asynchronous decryption when syncing.