summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2013-05-20 16:09:20 +0100
committerSteve Kemp <steve@steve.org.uk>2013-05-20 16:09:20 +0100
commit8527ce3dbb75308360bb866e87879e8dbaf0db48 (patch)
tree50146a0bf962b982093cbd3c81e32b1574291f25
parentff7043cd658d3690a7a2a272cd7d6ca46c344abf (diff)
Default to not reading a banner.
-rw-r--r--lib/custodian/protocoltest/tcp.rb2
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.