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

gbellato
04.04.2009 f2307d78cd94501bf85d233bcd166607ddef6ec2
Fix a regression in the unit tests introduced with revision 5397 (fix for issue 4015)
1 files modified
3 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/replication/service/ReplicationBroker.java 3 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/service/ReplicationBroker.java
@@ -1391,7 +1391,8 @@
      {
        if (shutdown == false)
        {
          if (!session.closeInitiated())
          if ((session == null) || (!session.closeInitiated()))
          {
            /*
             * If we did not initiate the close on our side, log a message.