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

Matthew Swift
31.29.2011 ca26d96964b33b31a16875f3390b7fd8294908e8
Issue OPENDJ-22: Abandon operations are not always removed from pending list on completion. 
https://bugster.forgerock.org/jira/browse/OPENDJ-22
1 files modified
2 ■■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/core/SynchronousStrategy.java 2 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/core/SynchronousStrategy.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Portions Copyright 2011 ForgeRock AS
 */
package org.opends.server.core;
@@ -46,5 +47,6 @@
  public void enqueueRequest(AbstractOperation operation)
    throws DirectoryException {
    operation.run();
    operation.operationCompleted();
  }
}