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

This commit is contained in:
lbsa71
2008-01-11 15:19:43 +00:00
parent c7b25967e7
commit cdd378a2c2

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
{