Revert "(fix) more multi-domain fixes and cleanups"

This reverts commit ed42d1e26b.
This commit is contained in:
Julio García
2015-06-02 12:24:44 +02:00
parent 3dd8bddc0e
commit 90e11d76f6
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -912,7 +912,7 @@ static Class NSNullK;
{
// Remove the "@" prefix used to identified groups in the ACL tables.
aUID = [uid hasPrefix: @"@"] ? [uid substringFromIndex: 1] : uid;
if (domain && [aUID rangeOfString: @"@"].location == NSNotFound)
if (domain)
cacheUid = [NSString stringWithFormat: @"%@@%@", aUID, domain];
else
cacheUid = aUID;