mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
* Eliminate a possible null reference from the LLSDLogin method.
This commit is contained in:
@@ -379,7 +379,11 @@ namespace OpenSim.Framework.Communications
|
||||
return logResponse.CreateLoginFailedResponseLLSD();
|
||||
}
|
||||
}
|
||||
else
|
||||
return logResponse.CreateLoginFailedResponseLLSD();
|
||||
}
|
||||
else
|
||||
return logResponse.CreateLoginFailedResponseLLSD();
|
||||
|
||||
|
||||
if (userProfile.GodLevel < m_minLoginLevel)
|
||||
|
||||
Reference in New Issue
Block a user