(fix) compilation warning

pull/91/head
Ludovic Marcotte 2015-07-22 09:25:29 -04:00
parent 83a8f388ce
commit b6c6e09a5a
1 changed files with 1 additions and 1 deletions

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;
}