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

Gaetan Boismal
12.28.2015 f06c1ba3e5ea8499b699bae1e128a022b320bf6c
opendj-server-legacy/src/main/java/org/opends/quicksetup/UserData.java
@@ -126,8 +126,7 @@
    LinkedList<String> baseDn = new LinkedList<String>();
    baseDn.add("dc=example,dc=com");
    NewSuffixOptions defaultNewSuffixOptions = NewSuffixOptions.createBaseEntry(
        baseDn);
    NewSuffixOptions defaultNewSuffixOptions = NewSuffixOptions.createEmpty(baseDn);
    setNewSuffixOptions(defaultNewSuffixOptions);
    // See what we can propose as port