From 10d226e1afa39ff25ef78220fcdf41cf29a3cf6f Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 4 Sep 2007 22:02:29 +0000 Subject: [PATCH] Monotone-Parent: f3ba392396a9c26952f2681367c61b9f343a0958 Monotone-Revision: c11102929b603ab469a45df5f02109db336fb641 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-09-04T22:02:29 Monotone-Branch: ca.inverse.sogo --- Main/SOGo.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Main/SOGo.m b/Main/SOGo.m index 52c2a0d76..dc5065f7e 100644 --- a/Main/SOGo.m +++ b/Main/SOGo.m @@ -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