mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git
opends/src/server/org/opends/server/authorization/dseecompat/IpBitsNetworkCriteria.java @@ -166,7 +166,6 @@ public boolean match (InetAddress theSourceAddress) { byte[] addr = theSourceAddress.getAddress(); if ((addr.length * 8) < _bits) {