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

Jean-Noel Rouvignac
03.58.2013 e6213080a8f2332df41d85c42e855a881b27a007
opends/src/server/org/opends/server/replication/server/MessageHandler.java
@@ -459,9 +459,13 @@
    {
      cursor = replicationServerDomain.getCursorFrom(serverState);
      cursor.next();
      return cursor.getRecord().getCSN();
      if (cursor.getRecord() != null)
      {
        return cursor.getRecord().getCSN();
      }
      return null;
    }
    catch (Exception e)
    catch (ChangelogException e)
    {
      return null;
    }