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

Matthew Swift
15.53.2011 1ce16fb3469bc7631d91b5af6e13f1706e002915
opendj-sdk/opendj3/opendj-ldap-sdk-examples/src/main/java/org/forgerock/opendj/examples/server/Main.java
@@ -329,6 +329,7 @@
          resultHandler.handleErrorResult(ErrorResultException
              .newErrorResult(ResultCode.NO_SUCH_OBJECT, "The entry "
                  + dn.toString() + " does not exist"));
          return;
        }
        SearchScope scope = request.getScope();