Monotone-Parent: f3ba392396a9c26952f2681367c61b9f343a0958

Monotone-Revision: c11102929b603ab469a45df5f02109db336fb641

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-09-04T22:02:29
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2007-09-04 22:02:29 +00:00
parent 6a36d8d08f
commit 10d226e1af
1 changed files with 2 additions and 2 deletions

View File

@ -232,12 +232,12 @@ static BOOL debugObjectAllocation = NO;
/* authenticator */
- (id) authenticatorInContext: (id) _ctx
- (id) authenticatorInContext: (WOContext *) context
{
id authenticator;
NSString *key;
key = [[_ctx request] requestHandlerKey];
key = [[context request] requestHandlerKey];
if ([key isEqualToString: @"dav"])
authenticator = [SOGoDAVAuthenticator sharedSOGoDAVAuthenticator];
else