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:
Francis Lachapelle
2011-11-04 14:20:19 +00:00
parent 3a3781caf1
commit 1a4af2df68

View File

@@ -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]);