mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
another close()
This commit is contained in:
@@ -391,6 +391,7 @@ namespace OpenSim.Region.DataSnapshot
|
||||
{
|
||||
m_log.Warn("[DATASNAPSHOT]: Ignoring unknown exception " + e.ToString());
|
||||
}
|
||||
|
||||
byte[] response = new byte[1024];
|
||||
// int n = 0;
|
||||
try
|
||||
@@ -405,6 +406,9 @@ namespace OpenSim.Region.DataSnapshot
|
||||
// This is not quite working, so...
|
||||
// string responseStr = Util.UTF8.GetString(response);
|
||||
m_log.Info("[DATASNAPSHOT]: data service " + url + " notified. Secret: " + m_Secret);
|
||||
|
||||
if(reply != null)
|
||||
reply.Close();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user