diff options
Diffstat (limited to 'OpenSim/Services/Connectors/Neighbour')
-rw-r--r-- | OpenSim/Services/Connectors/Neighbour/NeighbourServicesConnector.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Neighbour/NeighbourServicesConnector.cs b/OpenSim/Services/Connectors/Neighbour/NeighbourServicesConnector.cs index 07142bf..7429293 100644 --- a/OpenSim/Services/Connectors/Neighbour/NeighbourServicesConnector.cs +++ b/OpenSim/Services/Connectors/Neighbour/NeighbourServicesConnector.cs | |||
@@ -107,7 +107,6 @@ namespace OpenSim.Services.Connectors | |||
107 | helloNeighbourRequest.Method = "POST"; | 107 | helloNeighbourRequest.Method = "POST"; |
108 | helloNeighbourRequest.ContentType = "application/json"; | 108 | helloNeighbourRequest.ContentType = "application/json"; |
109 | helloNeighbourRequest.Timeout = 10000; | 109 | helloNeighbourRequest.Timeout = 10000; |
110 | helloNeighbourRequest.Proxy = null; | ||
111 | 110 | ||
112 | // Fill it in | 111 | // Fill it in |
113 | OSDMap args = null; | 112 | OSDMap args = null; |