mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Minor bug fixes. Hunting down mantis #5259
This commit is contained in:
@@ -101,7 +101,7 @@ namespace OpenSim.Services.HypergridService
|
||||
serverConfig = config.Configs["GatekeeperService"];
|
||||
m_GridName = serverConfig.GetString("ExternalName", string.Empty);
|
||||
}
|
||||
else if (!m_GridName.EndsWith("/"))
|
||||
if (!m_GridName.EndsWith("/"))
|
||||
m_GridName = m_GridName + "/";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user