* Upgraded MySQL Connector to support 1222 changes.

This commit is contained in:
Adam Frisby
2007-07-14 21:01:31 +00:00
parent d8f1515679
commit 382b6a32c1
2 changed files with 7 additions and 3 deletions

View File

@@ -85,7 +85,7 @@ namespace OpenSim.Grid.UserServer
theUser.currentAgent.currentRegion = SimInfo.UUID;
theUser.currentAgent.currentHandle = SimInfo.regionHandle;
System.Console.WriteLine("sending reply");
System.Console.WriteLine("Informing region --> " + SimInfo.httpServerURI);
// Send
XmlRpcRequest GridReq = new XmlRpcRequest("expect_user", SendParams);
XmlRpcResponse GridResp = GridReq.Send(SimInfo.httpServerURI, 3000);