mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
HG IM bug fix: grid_instant_message was being placed in the default port instead of the specified one.
This commit is contained in:
@@ -54,7 +54,7 @@ namespace OpenSim.Tests.Clients.InstantMessage
|
||||
new PatternLayout("%date [%thread] %-5level %logger [%property{NDC}] - %message%newline");
|
||||
log4net.Config.BasicConfigurator.Configure(consoleAppender);
|
||||
|
||||
string serverURI = "http://grid.nebadon2025.homeftp.net:8002/";
|
||||
string serverURI = "http://127.0.0.1:8002";
|
||||
GridInstantMessage im = new GridInstantMessage();
|
||||
im.fromAgentID = new Guid();
|
||||
im.toAgentID = new Guid();
|
||||
|
||||
Reference in New Issue
Block a user