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

david_page
03.15.2007 a6f8e77979e4968ff1862b0b9e277309fe8bc5fd
opends/src/server/org/opends/server/tools/LDAPSearch.java
@@ -1099,7 +1099,8 @@
        err.println(wrapText(ex.getMessage(), MAX_LINE_WIDTH));
        return 1;
      }
    } else if(bindPasswordValue == null)
    }
    else if(bindPasswordValue == null)
    {
      // Read from file if it exists.
      bindPasswordValue = bindPasswordFile.getValue();