mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
== string.Empty is .Lenght == 0
This commit is contained in:
@@ -257,7 +257,7 @@ namespace OpenSim.Services.Connectors
|
||||
uri,
|
||||
reqString,
|
||||
m_Auth);
|
||||
if (reply == null || (reply != null && reply == string.Empty))
|
||||
if (string.IsNullOrEmpty(reply))
|
||||
{
|
||||
m_log.DebugFormat("[GRID USER CONNECTOR]: GetGridUserInfo received null or empty reply");
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user