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

ludovicp
27.54.2010 7863591584b69fe319520e3a9772cdfa9ebbb7e8
Fix issue #4386, resolving NPE in ADD operations when attributes have duplicate values
1 files modified
3 ■■■■ changed files
opends/src/server/org/opends/server/core/AddOperationBasis.java 3 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/core/AddOperationBasis.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2007-2008 Sun Microsystems, Inc.
 *      Copyright 2007-2010 Sun Microsystems, Inc.
 */
package org.opends.server.core;
import org.opends.messages.MessageBuilder;
@@ -477,6 +477,7 @@
          userAttributes = null;
          operationalAttributes = null;
          ldapError = true;
          return;
        }
      }
    }