(fix) avoid double-appending domain in cache (fixes #3614)

This commit is contained in:
Ludovic Marcotte
2016-04-12 13:17:04 -04:00
parent c091c05185
commit fc86e60acc
2 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -231,7 +231,7 @@
// has all the logic for this, so lets use it.
if ([domain isNotNull])
{
username = [[SOGoUserManager sharedUserManager] getUIDForEmail: username];
username = [[SOGoUserManager sharedUserManager] getUIDForEmail: username];
}
authCookie = [auth cookieWithUsername: username