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

matthew_swift
15.58.2009 47e492a9ccde3af37512cdde9cd13d3c388f4ebe
opendj-sdk/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));
  }