* Patch for previous revision.
parent
c20a4032e2
commit
a8b40d47d6
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue