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

matthew_swift
15.58.2009 388f25a9dc58704ea19a333ba9a28054d48590b1
sdk/src/com/sun/opends/sdk/tools/LDAPSearch.java
@@ -31,6 +31,7 @@
import static com.sun.opends.sdk.messages.Messages.*;
import static com.sun.opends.sdk.tools.ToolConstants.*;
import static com.sun.opends.sdk.tools.Utils.*;
import java.io.*;
import java.util.ArrayList;
@@ -186,11 +187,7 @@
  {
    int retCode = mainSearch(args, false, System.in, System.out,
        System.err);
    if (retCode != 0)
    {
      System.exit(Utils.filterExitCode(retCode));
    }
    System.exit(filterExitCode(retCode));
  }