From 4cadfd9e25f9b6f77e6e3a2e8a359bab19c9346d Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Sun, 18 Mar 2007 15:22:05 +0000 Subject: [PATCH] Monotone-Parent: 81ebf97febc5675193974e8834acc35e001494f1 Monotone-Revision: 53e31f736284762567ba9dd0f85ca935769b14da Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-03-18T15:22:05 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoAuthenticator.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/SOGo/SOGoAuthenticator.m b/SoObjects/SOGo/SOGoAuthenticator.m index 2c276e06b..be10f0c8c 100644 --- a/SoObjects/SOGo/SOGoAuthenticator.m +++ b/SoObjects/SOGo/SOGoAuthenticator.m @@ -99,7 +99,7 @@ static SOGoAuthenticator *auth = nil; - (SOGoUser *) userInContext: (WOContext *)_ctx { static SOGoUser *anonymous = nil, *freebusy; - SoUser *user; + SOGoUser *user; NSArray *traversalPath; NSString *login;