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

jdemendi
20.08.2007 eedbc609a3b3920a2c402c51f894939b114410f8
opends/src/server/org/opends/server/backends/RootDSEBackend.java
@@ -289,10 +289,9 @@
    supportedFeatures = new HashSet<String>(0);
    // Set the backend ID for this backend.  We don't have to worry about
    // potential conflicts because this backend will never get registered with
    // the Directory Server like other backends.
    setBackendID("rootdse");
    // Set the backend ID for this backend. The identifier needs to be
    // specific enough to avoid conflict with user backend identifiers.
    setBackendID("__root.dse__");
    // Register as a change listener.