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

lutoff
18.14.2008 ebf357c00c505d1406f65ab9438e4fecfc1a2200
opendj-sdk/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())