| | |
| | | // Assign the start state for the domain |
| | | if (isPersistent == PERSISTENT_CHANGES_ONLY) |
| | | { |
| | | newDomainCtxt.startState = rsd.getEligibleState(eligibleCSN); |
| | | newDomainCtxt.startState = rsd.getLatestServerState().duplicate(); |
| | | startStatesFromProvidedCookie.remove(rsd.getBaseDN()); |
| | | } |
| | | else |
| | |
| | | } |
| | | } |
| | | |
| | | // Set the stop state for the domain from the eligibleCSN |
| | | newDomainCtxt.stopState = rsd.getEligibleState(eligibleCSN); |
| | | newDomainCtxt.stopState = rsd.getLatestServerState().duplicate(); |
| | | } |
| | | newDomainCtxt.currentState = new ServerState(); |
| | | |