mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Fixed caching of user accounts.
This commit is contained in:
@@ -200,7 +200,9 @@ namespace OpenSim.Services.UserAccountService
|
||||
}
|
||||
|
||||
if (d.Length < 1)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
return MakeUserAccount(d[0]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user