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

Matthew Swift
05.33.2011 6b1e3bf06de1327d05b8cbefcd930e5974f556d3
opends/src/server/org/opends/server/replication/server/DbHandler.java
@@ -478,8 +478,7 @@
        /* the trim is done by group in order to save some CPU and IO bandwidth
         * start the transaction then do a bunch of remove then commit
         */
        ReplServerDBCursor cursor;
        cursor = db.openDeleteCursor();
        ReplServerDBCursor cursor = db.openDeleteCursor();
        try
        {
@@ -517,7 +516,7 @@
            throw (e);
          }
        }
        catch (DatabaseException e)
        catch (Exception e)
        {
          // mark shutdown for this db so that we don't try again to
          // stop it from cursor.close() or methods called by cursor.close()