diff options
author | Justin Clarke Casey | 2008-10-03 14:18:17 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-10-03 14:18:17 +0000 |
commit | 8c55f3eaa671f22012a567138b6ee55b4c3e4941 (patch) | |
tree | d4c4ebb5b13a235b5609ef035bd7ac3870e44c7c /OpenSim/Framework/Servers | |
parent | Prevent attachments to be persisted in the destination region when the (diff) | |
download | opensim-SC_OLD-8c55f3eaa671f22012a567138b6ee55b4c3e4941.zip opensim-SC_OLD-8c55f3eaa671f22012a567138b6ee55b4c3e4941.tar.gz opensim-SC_OLD-8c55f3eaa671f22012a567138b6ee55b4c3e4941.tar.bz2 opensim-SC_OLD-8c55f3eaa671f22012a567138b6ee55b4c3e4941.tar.xz |
* minor: remove warnings (the code cleaners strike again)
Diffstat (limited to 'OpenSim/Framework/Servers')
-rw-r--r-- | OpenSim/Framework/Servers/BaseHttpServer.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Framework/Servers/BaseHttpServer.cs b/OpenSim/Framework/Servers/BaseHttpServer.cs index da0ce79..15bc646 100644 --- a/OpenSim/Framework/Servers/BaseHttpServer.cs +++ b/OpenSim/Framework/Servers/BaseHttpServer.cs | |||
@@ -594,10 +594,10 @@ namespace OpenSim.Framework.Servers | |||
594 | case "application/xml": | 594 | case "application/xml": |
595 | default: | 595 | default: |
596 | // Point of note.. the DoWeHaveA methods check for an EXACT path | 596 | // Point of note.. the DoWeHaveA methods check for an EXACT path |
597 | if (request.RawUrl.Contains("/CAPS/EQG")) | 597 | // if (request.RawUrl.Contains("/CAPS/EQG")) |
598 | { | 598 | // { |
599 | int i = 1; | 599 | // int i = 1; |
600 | } | 600 | // } |
601 | if (DoWeHaveALLSDHandler(request.RawUrl)) | 601 | if (DoWeHaveALLSDHandler(request.RawUrl)) |
602 | { | 602 | { |
603 | HandleLLSDRequests(request, response); | 603 | HandleLLSDRequests(request, response); |