fixes a couple of issues i introduced yesterday, one of them MapBlock queries crashing.

This commit is contained in:
Dr Scofield
2008-07-15 11:46:13 +00:00
parent 4848dcf0e3
commit b77bcb6660
2 changed files with 56 additions and 55 deletions

View File

@@ -151,7 +151,7 @@ namespace OpenSim.Framework.Servers
body.Flush();
// and ship it back
resp.HttpResponse.Send();
resp.Send();
}
}
catch (Exception e)