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

Matthew Swift
18.48.2013 fe1d872d19df840beddc7b718cb48debf2e34bd3
opendj-sdk/opendj3/opendj-core/src/main/java/org/forgerock/opendj/ldap/HeartBeatConnectionFactory.java
@@ -1076,7 +1076,7 @@
     * results.
     */
    private static final SearchRequest DEFAULT_SEARCH = Requests.newSearchRequest("",
            SearchScope.BASE_OBJECT, "(objectClass=1.1)", "1.1");
            SearchScope.BASE_OBJECT, "(objectClass=*)", "1.1");
    /**
     * This is package private in order to allow unit tests to inject fake time