mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
* fix build break
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user