Minor code cleanup: avoid pointless reassignment in setBaseDNAndDomain().
| | |
| | | { |
| | | if (replicationServerDomain == null) |
| | | { |
| | | replicationServerDomain = |
| | | replicationServer.getReplicationServerDomain(baseDN, true); |
| | | if (waitConnections) { |
| | | replicationServerDomain = replicationServer.getReplicationServerDomain( |
| | | baseDN, true); |
| | | if (waitConnections) |
| | | { |
| | | replicationServer.waitConnections(); |
| | | } |
| | | } |
| | |
| | | { |
| | | this.baseDN = baseDN; |
| | | if (!baseDN.toNormalizedString().equals("cn=changelog")) |
| | | this.replicationServerDomain = getDomain(isDataServer); |
| | | { |
| | | getDomain(isDataServer); |
| | | } |
| | | } |
| | | } |
| | | |