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

Ludovic Poitou
09.59.2011 a8b4738ccb535f4c62530bfb3caf543a5b48e357
opends/src/guitools/org/opends/guitools/controlpanel/ui/NewBaseDNPanel.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2008-2009 Sun Microsystems, Inc.
 *      Portions Copyright 2011 ForgeRock AS
 */
package org.opends.guitools.controlpanel.ui;
@@ -1062,7 +1063,7 @@
              Integer.parseInt(nEntries));
          if (!isLocal())
          {
            File tempFile = File.createTempFile("opends-control-panel",
            File tempFile = File.createTempFile("opendj-control-panel",
                ".ldif");
            tempFile.deleteOnExit();
            ldifFile = tempFile.getAbsolutePath();