Increased fileID size to 36 bytes
authorHugo Gonzalez Labrador <github@hugo.labkode.com>
Sat, 10 Oct 2015 11:26:23 +0000 (13:26 +0200)
committerMarkus Goetz <markus@woboq.com>
Fri, 16 Oct 2015 07:27:19 +0000 (09:27 +0200)
This is the size used by UUIDs

csync/src/csync.h

index 712e3f15b281cc359bd2ea5cca66034d03f69297..c2e1afa6b3b969319498224849bd45fa2728029e 100644 (file)
@@ -144,7 +144,7 @@ enum csync_ftw_type_e {
 };
 
 
-#define FILE_ID_BUF_SIZE 21
+#define FILE_ID_BUF_SIZE 36
 
 // currently specified at https://github.com/owncloud/core/issues/8322 are 9 to 10
 #define REMOTE_PERM_BUF_SIZE 15