summaryrefslogtreecommitdiff
path: root/csharp/src
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/src')
-rw-r--r--csharp/src/IceDiscovery/LocatorI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/IceDiscovery/LocatorI.cs b/csharp/src/IceDiscovery/LocatorI.cs
index ecbe1ed72bd..b4c2922228c 100644
--- a/csharp/src/IceDiscovery/LocatorI.cs
+++ b/csharp/src/IceDiscovery/LocatorI.cs
@@ -114,7 +114,7 @@ namespace IceDiscovery
{
return null;
}
- //adapterIds.Suffle();
+ IceUtilInternal.Collections.Shuffle(ref adapterIds);
return prx.ice_adapterId(adapterIds[0]);
}
}