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

Jean-Noel Rouvignac
18.01.2014 c1e621ed00ff0a0110f2752a23b794d92fc7aeaf
opendj3-server-dev/src/server/org/opends/server/tools/LDAPModify.java
@@ -59,6 +59,7 @@
import org.opends.server.protocols.ldap.ModifyDNResponseProtocolOp;
import org.opends.server.protocols.ldap.ProtocolOp;
import org.opends.server.types.*;
import org.forgerock.opendj.ldap.ResultCode;
import org.forgerock.opendj.ldap.ByteString;
import org.opends.server.util.AddChangeRecordEntry;
import org.opends.server.util.ChangeRecordEntry;
@@ -383,11 +384,10 @@
          }
          else
          {
            // This shouldnt happen but if it does debug
            // log it, set the error code to OTHER and
            // fall thru.
            // This should not happen but if it does, then debug log it,
            // set the error code to OTHER and fall through.
            logger.traceException(ce);
            resultCode = ResultCode.OTHER.getIntValue();
            resultCode = ResultCode.OTHER.intValue();
            errorMessage = null;
            matchedDN = null;
            referralURLs = null;