* returnin LLUUID.Zero rather than LLUUID.Random on webkey null

ThreadPoolClientBranch
lbsa71 2008-01-11 15:19:43 +00:00
parent c7b25967e7
commit cdd378a2c2
1 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,7 @@ namespace OpenSim.Framework.Data.MySQL
if( reader.IsDBNull( reader.GetOrdinal( "webLoginKey" ) ) )
{
retval.webLoginKey = LLUUID.Random();
retval.webLoginKey = LLUUID.Zero;
}
else
{