mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
16.02.2015 e3fed6978fb8085b119df2966b5c27785756d70b
opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/DNS.java
@@ -111,7 +111,7 @@
            // rules and on some systems the canonical representation is
            // configured to be "localhost.localdomain" which may not be known
            // to the administrator.
            if (hn.indexOf("*") < 0)
            if (!hn.contains("*"))
            {
              try
              {