mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
update xmlrpc.dll with a send variant using httpclint and used it
This commit is contained in:
@@ -285,8 +285,7 @@ namespace OpenSim.Groups
|
||||
if (string.IsNullOrEmpty(reply))
|
||||
return null;
|
||||
|
||||
Dictionary<string, object> replyData = ServerUtils.ParseXmlResponse(
|
||||
reply);
|
||||
Dictionary<string, object> replyData = ServerUtils.ParseXmlResponse(reply);
|
||||
|
||||
return replyData;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user