Fix build

This commit is contained in:
Hao Kung 2015-06-25 17:36:51 -07:00
parent c77f3978d4
commit 981d040cc2
1 changed files with 2 additions and 3 deletions

View File

@ -71,8 +71,7 @@ namespace ServerComparison.TestSites
} }
else else
{ {
context.Authentication.Challenge(); return context.Authentication.ChallengeAsync();
return Task.FromResult(0);
} }
} }