summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2012-12-05 15:46:09 -0200
committerdrebs <drebs@leap.se>2012-12-05 15:46:09 -0200
commit7d12e18de3224ba6ab21713a45b3620537f0d0cc (patch)
treeb213d92fca048c26afbad0a97a9779511d699296 /src
parentd1bd08fd5952b8782e6fd59129fc4e2b15777617 (diff)
What's changed updates u1db data before querying log.
Diffstat (limited to 'src')
-rw-r--r--src/leap/soledad/openstack.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/leap/soledad/openstack.py b/src/leap/soledad/openstack.py
index a7220fa8..31f59e10 100644
--- a/src/leap/soledad/openstack.py
+++ b/src/leap/soledad/openstack.py
@@ -30,6 +30,7 @@ class OpenStackDatabase(CommonBackend):
raise NotImplementedError(self.set_document_size_limit)
def whats_changed(self, old_generation=0):
+ self._get_u1db_data()
# This method is implemented in TransactionLog because testing is
# easier like this for now, but it can be moved to here afterwards.
return self._transaction_log.whats_changed(old_generation)