| opends/src/quicksetup/org/opends/quicksetup/util/UIKeyStore.java | ●●●●● patch | view | raw | blame | history |
opends/src/quicksetup/org/opends/quicksetup/util/UIKeyStore.java
@@ -162,7 +162,7 @@ { Utils.createFile(f); } FileOutputStream fos = new FileOutputStream(getKeyStorePath(), true); FileOutputStream fos = new FileOutputStream(getKeyStorePath(), false); k.store(fos, new char[]{}); if (fos != null) {