diff options
Diffstat (limited to 'csharp/src')
-rw-r--r-- | csharp/src/Ice/WSEndpoint.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/csharp/src/Ice/WSEndpoint.cs b/csharp/src/Ice/WSEndpoint.cs index 0dcd14271ba..1b29946739d 100644 --- a/csharp/src/Ice/WSEndpoint.cs +++ b/csharp/src/Ice/WSEndpoint.cs @@ -195,6 +195,7 @@ namespace IceInternal { Ice.IPEndpointInfo ipInfo = (Ice.IPEndpointInfo)p; host = ipInfo.host + ":" + ipInfo.port; + break; } } _delegate.connectors_async(selType, new EndpointI_connectorsI(_instance, host, _resource, callback)); |