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 | 8527ce3dbb75308360bb866e87879e8dbaf0db48 (patch) | |
tree | 50146a0bf962b982093cbd3c81e32b1574291f25 /lib/custodian/protocoltest | |
parent | ff7043cd658d3690a7a2a272cd7d6ca46c344abf (diff) |
Default to not reading a banner.
Diffstat (limited to 'lib/custodian/protocoltest')
-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. |