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

gbellato
04.13.2008 74c7d6ba97dbe2af1540c5bc58c3dc6a4b95074d
Fix for 2778: NullPointerException when stoping servers after replication test

I could not reproduce the problem but found an uninitialized variable
that could well be the cause of the problem
and that is worth fixing anyway.
1 files modified
1 ■■■■ changed files
opends/src/server/org/opends/server/replication/server/DbHandler.java 1 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/DbHandler.java
@@ -121,6 +121,7 @@
      ReplicationDbEnv dbenv)
         throws DatabaseException
  {
    this.replicationServer = replicationServer;
    this.serverId = id;
    this.baseDn = baseDn;
    this.trimage = replicationServer.getTrimage();