mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-17 04:25:56 +00:00
Minor code cleanup.
Monotone-Parent: a87ea6ce03f4b86eb7fdb3d1e53dedbd652bfc0d Monotone-Revision: 4c3ef9250b14b8cbfc955a62b1db4aedc143baff Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-04T14:20:19
This commit is contained in:
@@ -326,7 +326,7 @@
|
||||
NSMutableArray *jsonResponse, *jsonLine;
|
||||
NSArray *allUsers;
|
||||
int count, max;
|
||||
BOOL activeUserIsInDomain, isGroup;
|
||||
BOOL activeUserIsInDomain;
|
||||
|
||||
login = [[context activeUser] login];
|
||||
activeUserIsInDomain = ([domain length] == 0 || [[[context activeUser] domain] isEqualToString: domain]);
|
||||
|
||||
Reference in New Issue
Block a user