Monotone-Parent: 1f071b472ff826a3cdfb0f8ecafbe3f2c31e969e

Monotone-Revision: a678bfc28369a5cca8665c85a0a2e944c1a1fa37

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-12-22T20:33:47
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-12-22 20:33:47 +00:00
parent bf68910d9b
commit 56075d6240
3 changed files with 16 additions and 2 deletions
+3
View File
@@ -1064,6 +1064,9 @@ static NSArray *childRecordFields = nil;
newToken = 0;
baseURL = [self davURLAsString];
#warning review this when fixing http://www.scalableogo.org/bugs/view.php?id=276
if (![baseURL hasSuffix: @"/"])
baseURL = [NSString stringWithFormat: @"%@/", baseURL];
max = [records count];
syncResponses = [NSMutableArray arrayWithCapacity: max + 1];