Update svn properties, minor formatting cleanup.

This commit is contained in:
Jeff Ames
2008-11-21 18:44:48 +00:00
parent 7dce464113
commit ecac5c9c5a
11 changed files with 43 additions and 44 deletions

View File

@@ -590,7 +590,7 @@ namespace OpenSim.Grid.MessagingServer
// Process Response
Hashtable UserRespData = (Hashtable)UserResp.Value;
// if we got a response, we were successful
if(!UserRespData.ContainsKey("responsestring"))
if (!UserRespData.ContainsKey("responsestring"))
success = false;
}
catch