Fix wrong check parameter in 'tcp' CheckCommand

refs #9147
This commit is contained in:
Michael Friedrich 2015-06-15 11:29:06 +02:00
parent d8bd62d955
commit df9092798b
1 changed files with 1 additions and 1 deletions

View File

@ -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" = {