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

lutoff
01.27.2007 e2ed28fcf39b081716af167d4992bcb298415434
Fix for issue #2402
1 files modified
4 ■■■■ changed files
opends/src/server/org/opends/server/util/Base64.java 4 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/util/Base64.java
@@ -606,9 +606,9 @@
    else if (subCommand.getName().equals(decodeSubCommand.getName()))
    {
      String dataToDecode = null;
      if (rawData.isPresent())
      if (encodedData.isPresent())
      {
        dataToDecode = rawData.getValue();
        dataToDecode = encodedData.getValue();
      }
      else
      {