Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallexzander <blackslayer4@gmail.com>2021-07-13 16:56:31 +0300
committerallexzander (Rebase PR Action) <allexzander@users.noreply.github.com>2021-08-20 15:57:22 +0300
commit289df252b56d1db7573692c57ba6d50b1af52e7b (patch)
treed6e8b0823ae6aa3b4dbbf8019253cd5117662a73 /src/common
parentc28cac8479858215b68a4056e5e5b9e123c04631 (diff)
VFS + E2EE. Handle scenario of sync journal deleted.
Signed-off-by: allexzander <blackslayer4@gmail.com>
Diffstat (limited to 'src/common')
-rw-r--r--src/common/constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/constants.h b/src/common/constants.h
index dce2ef189..d6975b737 100644
--- a/src/common/constants.h
+++ b/src/common/constants.h
@@ -16,6 +16,6 @@
namespace OCC {
namespace CommonConstants {
- const qint32 e2EeTagSize = 16;
+ const qint64 e2EeTagSize = 16;
};
};