aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer/UserLoginService.cs
diff options
context:
space:
mode:
authorJeff Ames2008-03-18 14:51:42 +0000
committerJeff Ames2008-03-18 14:51:42 +0000
commitbf8b5844f24d294c459f54147bd511e7112288bf (patch)
tree1b6a1ba4e9888d43694a8a33c21beb6913ce2d3a /OpenSim/Grid/UserServer/UserLoginService.cs
parent* Applied Grumly57 patch for #781; Thanks, Grumly! (diff)
downloadopensim-SC_OLD-bf8b5844f24d294c459f54147bd511e7112288bf.zip
opensim-SC_OLD-bf8b5844f24d294c459f54147bd511e7112288bf.tar.gz
opensim-SC_OLD-bf8b5844f24d294c459f54147bd511e7112288bf.tar.bz2
opensim-SC_OLD-bf8b5844f24d294c459f54147bd511e7112288bf.tar.xz
Formatting cleanup. Minor refactoring.
Diffstat (limited to '')
-rw-r--r--OpenSim/Grid/UserServer/UserLoginService.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Grid/UserServer/UserLoginService.cs b/OpenSim/Grid/UserServer/UserLoginService.cs
index 6cc34d5..823733f 100644
--- a/OpenSim/Grid/UserServer/UserLoginService.cs
+++ b/OpenSim/Grid/UserServer/UserLoginService.cs
@@ -64,8 +64,6 @@ namespace OpenSim.Grid.UserServer
64 m_config = config; 64 m_config = config;
65 } 65 }
66 66
67
68
69 /// <summary> 67 /// <summary>
70 /// Customises the login response and fills in missing values. 68 /// Customises the login response and fills in missing values.
71 /// </summary> 69 /// </summary>
@@ -93,7 +91,6 @@ namespace OpenSim.Grid.UserServer
93 RegionProfileData.RequestSimProfileData( 91 RegionProfileData.RequestSimProfileData(
94 theUser.homeRegion, m_config.GridServerURL, 92 theUser.homeRegion, m_config.GridServerURL,
95 m_config.GridSendKey, m_config.GridRecvKey); 93 m_config.GridSendKey, m_config.GridRecvKey);
96
97 } 94 }
98 else 95 else
99 { 96 {
@@ -123,7 +120,6 @@ namespace OpenSim.Grid.UserServer
123 theUser.homeRegion, m_config.GridServerURL, 120 theUser.homeRegion, m_config.GridServerURL,
124 m_config.GridSendKey, m_config.GridRecvKey); 121 m_config.GridSendKey, m_config.GridRecvKey);
125 } 122 }
126
127 } 123 }
128 } 124 }
129 125
@@ -178,7 +174,6 @@ namespace OpenSim.Grid.UserServer
178 174
179 // Update agent with target sim 175 // Update agent with target sim
180 176
181
182 m_log.Info("[LOGIN]: Telling " 177 m_log.Info("[LOGIN]: Telling "
183 + SimInfo.regionName + " @ " + SimInfo.httpServerURI + " " + 178 + SimInfo.regionName + " @ " + SimInfo.httpServerURI + " " +
184 SimInfo.regionLocX + "," + SimInfo.regionLocY + " to expect user connection"); 179 SimInfo.regionLocX + "," + SimInfo.regionLocY + " to expect user connection");