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

Jean-Noel Rouvignac
19.30.2014 377b2709c64b32fe93905b466482216c2cc0581c
opendj3-server-dev/src/server/org/opends/server/plugins/SambaPasswordPlugin.java
@@ -808,7 +808,7 @@
     * the getNewPasswords() method. If they are encoded the method would return
     * null. The list of passwords should not be modified.
     */
    final List<AttributeValue> passwords = modifyOperation.getNewPasswords();
    final List<ByteString> passwords = modifyOperation.getNewPasswords();
    /*
     * If the password list is not empty, we can be sure the current operation
@@ -1039,7 +1039,7 @@
   */
  private void processModification(
      final PreOperationModifyOperation modifyOperation,
      final List<AttributeValue> passwords)
      final List<ByteString> passwords)
  {
    // Get the last password (in case there is more then one).
    final String password = passwords.get(passwords.size() - 1).toString();