|
@@ -62,8 +62,6 @@ public class ClientPortBindTest extends ZKTestCase implements Watcher {
|
|
|
Enumeration<InetAddress> addrs = i.getInetAddresses();
|
|
|
if (addrs.hasMoreElements()) {
|
|
|
bindAddress = addrs.nextElement().getHostAddress();
|
|
|
- // handle the ipv6 scope_id - ie remove it
|
|
|
- bindAddress = bindAddress.split("%")[0];
|
|
|
}
|
|
|
}
|
|
|
}
|