diff options
Diffstat (limited to 'OpenSim/ConsoleClient/ConsoleClient.cs')
-rw-r--r-- | OpenSim/ConsoleClient/ConsoleClient.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/ConsoleClient/ConsoleClient.cs b/OpenSim/ConsoleClient/ConsoleClient.cs index c395cd7..e689424 100644 --- a/OpenSim/ConsoleClient/ConsoleClient.cs +++ b/OpenSim/ConsoleClient/ConsoleClient.cs | |||
@@ -110,7 +110,6 @@ namespace OpenSim.ConsoleClient | |||
110 | public static void LoginReply(string requestUrl, string requestData, string replyData) | 110 | public static void LoginReply(string requestUrl, string requestData, string replyData) |
111 | { | 111 | { |
112 | XmlDocument doc = new XmlDocument(); | 112 | XmlDocument doc = new XmlDocument(); |
113 | doc.XmlResolver=null; | ||
114 | 113 | ||
115 | doc.LoadXml(replyData); | 114 | doc.LoadXml(replyData); |
116 | 115 | ||
@@ -170,7 +169,6 @@ namespace OpenSim.ConsoleClient | |||
170 | public static void ReadResponses(string requestUrl, string requestData, string replyData) | 169 | public static void ReadResponses(string requestUrl, string requestData, string replyData) |
171 | { | 170 | { |
172 | XmlDocument doc = new XmlDocument(); | 171 | XmlDocument doc = new XmlDocument(); |
173 | doc.XmlResolver=null; | ||
174 | 172 | ||
175 | doc.LoadXml(replyData); | 173 | doc.LoadXml(replyData); |
176 | 174 | ||