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

Matthew Swift
21.09.2012 0fd85bc47ef976c4db5bf7b5047852ebcc3bab5a
Fix OPENDJ-86: Authrate tool does not reconnect - it always keeps connections open.
1 files modified
2 ■■■■■ changed files
opendj3/opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/PerformanceRunner.java 2 ●●●●● patch | view | raw | blame | history
opendj3/opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/PerformanceRunner.java
@@ -730,8 +730,6 @@
        noRebindArgument.setPropertyName("noRebind");
        if (!neverRebind) {
            argParser.addArgument(noRebindArgument);
        } else {
            noRebindArgument.addValue(String.valueOf(true));
        }
        asyncArgument =