diff options
author | Steve Kemp <steve@steve.org.uk> | 2013-05-20 16:09:20 +0100 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2013-05-20 16:09:20 +0100 |
commit | 649cc69eac8e3803fb99bcd661735a34b2e71140 (patch) | |
tree | 3f930076f03f2e02f568347abeb8cd5cd3b1ba53 /lib/custodian | |
parent | 19fd7ac18460e3e5206496cf5f6bf629aff3e2a9 (diff) |
Default to not reading a banner.
Diffstat (limited to 'lib/custodian')
-rw-r--r-- | lib/custodian/protocoltest/tcp.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/protocoltest/tcp.rb b/lib/custodian/protocoltest/tcp.rb index 30083cd..52bed15 100644 --- a/lib/custodian/protocoltest/tcp.rb +++ b/lib/custodian/protocoltest/tcp.rb @@ -140,7 +140,7 @@ module Custodian # send the string "quit". # # - def run_test_internal( host, port, banner = nil, do_read = true ) + def run_test_internal( host, port, banner = nil, do_read = false ) # # Get the timeout period for this test. |