mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-17 20:45:56 +00:00
Monotone-Parent: f3ba392396a9c26952f2681367c61b9f343a0958
Monotone-Revision: c11102929b603ab469a45df5f02109db336fb641 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-09-04T22:02:29 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user