From 4a27e4db61e1300939aeb4f4d930cd981a6090a7 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Mon, 15 Jun 2015 11:29:06 +0200 Subject: [PATCH] Fix wrong check parameter in 'tcp' CheckCommand refs #9147 --- itl/command-plugins.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itl/command-plugins.conf b/itl/command-plugins.conf index 2e414a8b1..cd2b32c34 100644 --- a/itl/command-plugins.conf +++ b/itl/command-plugins.conf @@ -174,7 +174,7 @@ object CheckCommand "tcp" { description = "The TCP port number." } "-e" = { - value = "$ftp_expect$" + value = "$tcp_expect$" description = "String to expect in server response (may be repeated)." } "-A" = { -- 2.40.0