(fix) compilation warning

This commit is contained in:
Ludovic Marcotte
2015-07-22 09:25:29 -04:00
parent 83a8f388ce
commit b6c6e09a5a
+1 -1
View File
@@ -2885,7 +2885,7 @@ static BOOL debugOn = NO;
activeUser = [context activeUser];
if (![activeUser canAccessModule: @"ActiveSync"])
{
[theResponse setStatus: 403];
[(WOResponse *)theResponse setStatus: 403];
[self logWithFormat: @"EAS - Forbidden access for user %@", [activeUser loginInDomain]];
return nil;
}