Fixed caching of user accounts.

This commit is contained in:
Diva Canto
2010-03-09 17:09:44 -08:00
parent 88771aeed3
commit dbb2edf1a6
5 changed files with 45 additions and 32 deletions

View File

@@ -200,7 +200,9 @@ namespace OpenSim.Services.UserAccountService
}
if (d.Length < 1)
{
return null;
}
return MakeUserAccount(d[0]);
}