diff options
Diffstat (limited to 'stap-client')
-rwxr-xr-x | stap-client | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/stap-client b/stap-client index c3afab89..449d4a3d 100755 --- a/stap-client +++ b/stap-client @@ -251,10 +251,11 @@ function parse_options { test "X$local_ssl_dbs" != "X " -o "X$public_ssl_dbs" != "X" || \ fatal "No usable certificate databases found" - # We can use any server if the phase is less than 5 - if test $p_phase -lt 5; then - find_all="--all" - fi + # We can use any server if the phase is less than 4 + # But don't for now.... + #if test $p_phase -lt 4; then + # find_all="--all" + #fi } # function: get_arg FIRSTWORD SECONDWORD |