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

neil_a_wilson
02.51.2007 2b1ccc8723b7cce6708c6f2ac8c10fc1c670b708
opends/src/server/org/opends/server/protocols/internal/InternalClientConnection.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Portions Copyright 2006 Sun Microsystems, Inc.
 *      Portions Copyright 2006-2007 Sun Microsystems, Inc.
 */
package org.opends.server.protocols.internal;
@@ -200,6 +200,7 @@
    assert debugConstructor(CLASS_NAME, String.valueOf(authInfo));
    this.authenticationInfo = authInfo;
    super.setAuthenticationInfo(authInfo);
    connectionID  = nextConnectionID.getAndDecrement();
    operationList = new LinkedList<Operation>();