From 621e732797ac5760a4cce3803cbaf21203cda86d Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Wed, 10 Aug 2016 07:13:27 +0200 Subject: [PATCH] Removed unneeded field for warnings and suggestions --- include/tests_nameservices | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_nameservices b/include/tests_nameservices index 7b6cba17..0b798fb0 100644 --- a/include/tests_nameservices +++ b/include/tests_nameservices @@ -373,7 +373,7 @@ else LogText "Result: possible BIND version available in version banner" Display --indent 4 --text "- Checking BIND version in banner" --result "${STATUS_WARNING}" --color RED - ReportWarning ${TEST_NO} "M" "Found BIND version in banner" + ReportWarning ${TEST_NO} "Found BIND version in banner" ReportSuggestion ${TEST_NO} "The version in BIND can be masked by defining 'version none' in the configuration file" AddHP 0 2 fi