mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Fixed a small XmlRpcCommand bug
This commit is contained in:
@@ -618,7 +618,10 @@ namespace OpenSim
|
||||
/// </summary>
|
||||
public virtual void Shutdown()
|
||||
{
|
||||
Util.XmlRpcCommand(proxyUrl, "Stop");
|
||||
if (proxyUrl.Length > 0)
|
||||
{
|
||||
Util.XmlRpcCommand(proxyUrl, "Stop");
|
||||
}
|
||||
|
||||
if (m_startupCommandsFile != String.Empty)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user