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

gbellato
04.04.2009 5bc0c7b64146f293b65dc9687cb627a0dfa7bdc7
Fix a regression in the unit tests introduced with revision 5397 (fix for issue 4015)
1 files modified
3 ■■■■ changed files
opends/src/server/org/opends/server/replication/service/ReplicationBroker.java 3 ●●●● patch | view | raw | blame | history
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.