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

lutoff
18.14.2008 d42b15e420478dc45785fff6e00b863cc1f8a0f9
opends/src/server/org/opends/server/extensions/SMTPAccountStatusNotificationHandler.java
@@ -279,7 +279,7 @@
      File f = new File(path);
      if (! f.isAbsolute() )
      {
        f = new File(DirectoryServer.getServerRoot() + File.separator +
        f = new File(DirectoryServer.getInstanceRoot() + File.separator +
            path);
      }
      if (! f.exists())