* fix build break

0.6.5-rc1
Justin Clarke Casey 2009-03-11 18:21:47 +00:00
parent acad0328b2
commit 2e6e0cee28
1 changed files with 2 additions and 1 deletions

View File

@ -109,7 +109,8 @@ namespace OpenSim.Framework.Communications
_info["login"]
= String.Format(
"http://127.0.0.1:{0}/",
netCfg.GetString("http_listener_port", NetworkServersInfo.DefaultHttpListenerPort));
netCfg.GetString(
"http_listener_port", NetworkServersInfo.DefaultHttpListenerPort.ToString()));
IssueWarning();
}