(fix) compilation warning

This commit is contained in:
Ludovic Marcotte
2015-07-22 09:25:29 -04:00
parent 3a61b7bae4
commit b05f7a5beb
+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;
}