From 8527ce3dbb75308360bb866e87879e8dbaf0db48 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Mon, 20 May 2013 16:09:20 +0100 Subject: Default to not reading a banner. --- lib/custodian/protocoltest/tcp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1