mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
* minor: remove warnings (the code cleaners strike again)
This commit is contained in:
@@ -594,10 +594,10 @@ namespace OpenSim.Framework.Servers
|
||||
case "application/xml":
|
||||
default:
|
||||
// Point of note.. the DoWeHaveA methods check for an EXACT path
|
||||
if (request.RawUrl.Contains("/CAPS/EQG"))
|
||||
{
|
||||
int i = 1;
|
||||
}
|
||||
// if (request.RawUrl.Contains("/CAPS/EQG"))
|
||||
// {
|
||||
// int i = 1;
|
||||
// }
|
||||
if (DoWeHaveALLSDHandler(request.RawUrl))
|
||||
{
|
||||
HandleLLSDRequests(request, response);
|
||||
|
||||
Reference in New Issue
Block a user