* Patch for previous revision.

trunk
Adam Frisby 2009-07-12 01:31:33 +00:00
parent c20a4032e2
commit a8b40d47d6
1 changed files with 1 additions and 4 deletions

View File

@ -976,10 +976,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.VivoxVoice
channelId = String.Empty; channelId = String.Empty;
channelUri = String.Empty; channelUri = String.Empty;
XmlDocument tmpDoc = new XmlDocument(); m_log.Debug("[VivoxVoice] Could not find channel in XMLRESP: " + resp.InnerText);
tmpDoc.AppendChild(resp);
m_log.Debug("[VivoxVoice] Could not find channel in XMLRESP: " + tmpDoc.InnerText);
return false; return false;
} }