Minor bug fixes. Hunting down mantis #5259

This commit is contained in:
Diva Canto
2010-12-09 08:28:21 -08:00
parent ab980fc927
commit baa8ddfd26
2 changed files with 4 additions and 2 deletions

View File

@@ -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 + "/";
}
}