mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Make DeserializeUUID explicitly private.
This commit is contained in:
@@ -492,7 +492,7 @@ namespace OpenSim.Grid.AssetInventoryServer.Plugins.OpenSim
|
||||
// return m_server.InventoryProvider.TryCreateFolder(owner, folder);
|
||||
//}
|
||||
|
||||
static UUID DeserializeUUID(Stream stream)
|
||||
private static UUID DeserializeUUID(Stream stream)
|
||||
{
|
||||
UUID id = UUID.Zero;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user