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;