mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
Refactoring of CreateCommsManagerPlugin.
Plus some general cleanup of a few other files (deleting excess blank lines etc)
This commit is contained in:
@@ -766,8 +766,7 @@ namespace OpenSim.Framework
|
||||
}
|
||||
|
||||
memory.Position = 0;
|
||||
// MemoryStream outStream = new MemoryStream();
|
||||
|
||||
|
||||
byte[] compressed = new byte[memory.Length];
|
||||
memory.Read(compressed, 0, compressed.Length);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user