| opends/src/server/org/opends/server/replication/protocol/StartECLSessionMsg.java | ●●●●● patch | view | raw | blame | history |
opends/src/server/org/opends/server/replication/protocol/StartECLSessionMsg.java
@@ -172,7 +172,7 @@ crossDomainServerState = scanner.nextString(); operationId = scanner.nextString(); final String excludedDNsString = scanner.nextString(); if (excludedDNsString.length() > 0) if (excludedDNsString != null && excludedDNsString.length() > 0) { Collections.addAll(excludedBaseDNs, excludedDNsString.split(";")); }