Monotone-Parent: afc6dcc4b6248dc2121bb03e339daca4db855f85

Monotone-Revision: 5fa8ca8896455803ea0da4db7e5c1e18e8328871

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-02-07T16:51:41
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-02-07 16:51:41 +00:00
parent 842e7ff570
commit c853bcf944
2 changed files with 2 additions and 1 deletions

View File

@@ -391,7 +391,7 @@
- (NSArray *) aclsForUser: (NSString *) uid
{
NSMutableArray *acls;
NSArray *ownAcls, *containerAcls;
NSArray *containerAcls;
acls = [NSMutableArray array];
/* this is unused... */

View File

@@ -53,6 +53,7 @@
#import "SOGoParentFolder.h"
#import "SOGoPermissions.h"
#import "SOGoUser.h"
#import "WORequest+SOGo.h"
#import "SOGoGCSFolder.h"