mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-08 18:05:08 +00:00
Monotone-Parent: 1892d22bfa9e855fd8c40d3f7f4b97d3637cb141
Monotone-Revision: b11b40d1a73231b76eb4bb1ce04046646f40d52f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-03-19T15:46:36 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
+3
-9
@@ -296,16 +296,12 @@ static BOOL debugObjectAllocation = NO;
|
||||
|
||||
user = [SOGoUser userWithLogin: _key roles: nil];
|
||||
if (user)
|
||||
{
|
||||
userFolder = [$(@"SOGoUserFolder")
|
||||
objectWithName: _key
|
||||
inContainer: self];
|
||||
}
|
||||
userFolder = [$(@"SOGoUserFolder")
|
||||
objectWithName: _key
|
||||
inContainer: self];
|
||||
else
|
||||
userFolder = nil;
|
||||
|
||||
NSLog (@"userFolder: %p (%@)", userFolder, _key);
|
||||
|
||||
return userFolder;
|
||||
}
|
||||
|
||||
@@ -354,8 +350,6 @@ static BOOL debugObjectAllocation = NO;
|
||||
}
|
||||
}
|
||||
|
||||
NSLog (@"SOGo: lookup: %p (%@)", obj, _key);
|
||||
|
||||
return obj;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user