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

ludovicp
29.22.2008 6f59de8ceb3585818ca3d523c1f9b474aa287c44
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
@@ -3942,6 +3942,7 @@
    {
      suffixes.add(replica.getSuffix());
    }
    // BUG: suf can be null here below
    getUserData().setSuffixesToReplicateOptions(
        new SuffixesToReplicateOptions(type, suffixes, suf.getSuffixes()));
  }