mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
== string.Empty is .Lenght == 0
This commit is contained in:
@@ -63,7 +63,7 @@ namespace OpenSim.Services.Connectors
|
||||
// http://valley.virtualportland.org/simtest/Grid/?id=
|
||||
//
|
||||
uri = new Uri(serverURI + "xxx");
|
||||
if (uri.Query == string.Empty)
|
||||
if (uri.Query.Length == 0)
|
||||
m_ServerURI = serverURI.TrimEnd('/') + "/helo/";
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user