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

pgamba
30.32.2007 a664456e0aa0df2e01a0ff6c7406f6e2f0a5fc6e
opendj-sdk/opends/src/server/org/opends/server/synchronization/changelog/Changelog.java
@@ -563,7 +563,14 @@
    shutdown = true;
    // shutdown the connect thread
    myConnectThread.interrupt();
    try
    {
      myConnectThread.interrupt();
    } catch (NullPointerException e)
    {
      // FIXME To be investigated the conditions
      // where myConnectThread can be null here
    }
    // shutdown the listener thread
    try