mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
disable some XmlResolver
This commit is contained in:
@@ -93,6 +93,7 @@ namespace OpenSim.ApplicationPlugins.LoadRegions
|
||||
m_log.Debug("[WEBLOADER]: Done downloading region information from server. Total Bytes: " +
|
||||
xmlSource.Length);
|
||||
XmlDocument xmlDoc = new XmlDocument();
|
||||
xmlDoc.XmlResolver = null;
|
||||
xmlDoc.LoadXml(xmlSource);
|
||||
if (xmlDoc.FirstChild.Name == "Nini")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user