Merge branch 'justincc-master'

This commit is contained in:
Justin Clark-Casey (justincc)
2014-01-31 00:51:22 +00:00
7 changed files with 171 additions and 152 deletions

View File

@@ -162,7 +162,7 @@ namespace OpenSim.Services.Connectors
finally
{
if (os != null)
os.Close();
os.Dispose();
}
// Let's wait for the response
@@ -202,4 +202,4 @@ namespace OpenSim.Services.Connectors
return true;
}
}
}
}