From df9092798b7e2e1d68ef18eadcb0fd59de85815e 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 94aab7dbc..ea82d8535 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" = {