mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-20 06:03:20 +00:00
(fix) avoid going to far when checking logins if no login is defined
This commit is contained in:
@@ -525,6 +525,9 @@ static Class NSNullK;
|
||||
SOGoSystemDefaults *sd;
|
||||
BOOL checkOK;
|
||||
|
||||
if (!_login)
|
||||
return NO;
|
||||
|
||||
sd = [SOGoSystemDefaults sharedSystemDefaults];
|
||||
|
||||
username = _login;
|
||||
|
||||
Reference in New Issue
Block a user