diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Server/Handlers/Grid/GridServerPostHandler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Server/Handlers/Grid/GridServerPostHandler.cs b/OpenSim/Server/Handlers/Grid/GridServerPostHandler.cs index 711639f..b9a4867 100644 --- a/OpenSim/Server/Handlers/Grid/GridServerPostHandler.cs +++ b/OpenSim/Server/Handlers/Grid/GridServerPostHandler.cs | |||
@@ -425,7 +425,7 @@ namespace OpenSim.Server.Handlers.Grid | |||
425 | doc.WriteTo(xw); | 425 | doc.WriteTo(xw); |
426 | xw.Flush(); | 426 | xw.Flush(); |
427 | 427 | ||
428 | return ms.GetBuffer(); | 428 | return ms.ToArray(); |
429 | } | 429 | } |
430 | 430 | ||
431 | #endregion | 431 | #endregion |