aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Friends/FriendsServiceConnector.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Services/Connectors/Friends/FriendsServiceConnector.cs')
-rw-r--r--OpenSim/Services/Connectors/Friends/FriendsServiceConnector.cs8
1 files changed, 1 insertions, 7 deletions
diff --git a/OpenSim/Services/Connectors/Friends/FriendsServiceConnector.cs b/OpenSim/Services/Connectors/Friends/FriendsServiceConnector.cs
index d7a5731..36b5083 100644
--- a/OpenSim/Services/Connectors/Friends/FriendsServiceConnector.cs
+++ b/OpenSim/Services/Connectors/Friends/FriendsServiceConnector.cs
@@ -156,8 +156,6 @@ namespace OpenSim.Services.Connectors
156 156
157 sendData["METHOD"] = "storefriend"; 157 sendData["METHOD"] = "storefriend";
158 158
159 string reqString = ServerUtils.BuildQueryString(sendData);
160
161 string reply = string.Empty; 159 string reply = string.Empty;
162 try 160 try
163 { 161 {
@@ -199,8 +197,6 @@ namespace OpenSim.Services.Connectors
199 sendData["FRIEND"] = Friend; 197 sendData["FRIEND"] = Friend;
200 sendData["METHOD"] = "deletefriend"; 198 sendData["METHOD"] = "deletefriend";
201 199
202 string reqString = ServerUtils.BuildQueryString(sendData);
203
204 string reply = string.Empty; 200 string reply = string.Empty;
205 try 201 try
206 { 202 {
@@ -232,10 +228,8 @@ namespace OpenSim.Services.Connectors
232 m_log.DebugFormat("[FRIENDS CONNECTOR]: DeleteFriend received null reply"); 228 m_log.DebugFormat("[FRIENDS CONNECTOR]: DeleteFriend received null reply");
233 229
234 return false; 230 return false;
235
236 } 231 }
237 232
238 #endregion 233 #endregion
239
240 } 234 }
241} 235} \ No newline at end of file