diff options
author | MW | 2009-03-03 12:51:54 +0000 |
---|---|---|
committer | MW | 2009-03-03 12:51:54 +0000 |
commit | 76133d07630d8a1547c034b28585a931f751ad1b (patch) | |
tree | 672bd4752f83c566942ce92b36a307bf187cfbea /OpenSim/Framework/Util.cs | |
parent | Renamed OpenSimBase m_autoCreateLindenStack to m_autoCreateClientStack (diff) | |
download | opensim-SC-76133d07630d8a1547c034b28585a931f751ad1b.zip opensim-SC-76133d07630d8a1547c034b28585a931f751ad1b.tar.gz opensim-SC-76133d07630d8a1547c034b28585a931f751ad1b.tar.bz2 opensim-SC-76133d07630d8a1547c034b28585a931f751ad1b.tar.xz |
Refactoring of CreateCommsManagerPlugin.
Plus some general cleanup of a few other files (deleting excess blank lines etc)
Diffstat (limited to 'OpenSim/Framework/Util.cs')
-rw-r--r-- | OpenSim/Framework/Util.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs index d978c4c..ba19dc6 100644 --- a/OpenSim/Framework/Util.cs +++ b/OpenSim/Framework/Util.cs | |||
@@ -766,8 +766,7 @@ namespace OpenSim.Framework | |||
766 | } | 766 | } |
767 | 767 | ||
768 | memory.Position = 0; | 768 | memory.Position = 0; |
769 | // MemoryStream outStream = new MemoryStream(); | 769 | |
770 | |||
771 | byte[] compressed = new byte[memory.Length]; | 770 | byte[] compressed = new byte[memory.Length]; |
772 | memory.Read(compressed, 0, compressed.Length); | 771 | memory.Read(compressed, 0, compressed.Length); |
773 | 772 | ||