| | |
| | | ReplicationServerDomain rc = rsdi.next(); |
| | | |
| | | // Skip containers that are not covered by the include branches. |
| | | baseDN = DN.decode(rc.getBaseDn().toString() + "," + BASE_DN); |
| | | baseDN = DN.decode(rc.getBaseDn() + "," + BASE_DN); |
| | | |
| | | if (includeBranches == null || includeBranches.isEmpty()) |
| | | { |
| | |
| | | UpdateMsg msg = ri.getChange(); |
| | | processChange( |
| | | msg, exportConfig, ldifWriter, searchOperation, |
| | | rsd.getBaseDn().toString()); |
| | | rsd.getBaseDn()); |
| | | if (!ri.next()) |
| | | break; |
| | | } |
| | |
| | | ReplicationServerDomain rsd = rsdi.next(); |
| | | |
| | | // Skip containers that are not covered by the include branches. |
| | | baseDN = DN.decode(rsd.getBaseDn().toString() + "," + BASE_DN); |
| | | baseDN = DN.decode(rsd.getBaseDn() + "," + BASE_DN); |
| | | |
| | | if (searchBaseDN.isDescendantOf(baseDN) || |
| | | searchBaseDN.isAncestorOf(baseDN)) |