mirror of
https://github.com/opensim/opensim.git
synced 2026-07-30 13:16:33 +08:00
* returnin LLUUID.Zero rather than LLUUID.Random on webkey null
This commit is contained in:
@@ -449,7 +449,7 @@ namespace OpenSim.Framework.Data.MySQL
|
||||
|
||||
if( reader.IsDBNull( reader.GetOrdinal( "webLoginKey" ) ) )
|
||||
{
|
||||
retval.webLoginKey = LLUUID.Random();
|
||||
retval.webLoginKey = LLUUID.Zero;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user