mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
== string.Empty is .Lenght == 0
This commit is contained in:
@@ -682,7 +682,7 @@ namespace OpenSim.Groups
|
||||
ServerUtils.BuildQueryString(sendData),
|
||||
m_Auth);
|
||||
|
||||
if (reply == string.Empty)
|
||||
if (reply.Length == 0)
|
||||
return null;
|
||||
|
||||
Dictionary<string, object> replyData = ServerUtils.ParseXmlResponse(
|
||||
|
||||
Reference in New Issue
Block a user