mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
* Patch for previous revision.
This commit is contained in:
@@ -976,10 +976,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.VivoxVoice
|
||||
channelId = String.Empty;
|
||||
channelUri = String.Empty;
|
||||
|
||||
XmlDocument tmpDoc = new XmlDocument();
|
||||
tmpDoc.AppendChild(resp);
|
||||
|
||||
m_log.Debug("[VivoxVoice] Could not find channel in XMLRESP: " + tmpDoc.InnerText);
|
||||
m_log.Debug("[VivoxVoice] Could not find channel in XMLRESP: " + resp.InnerText);
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user