Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2016-08-10 08:13:04 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-08-10 08:13:04 +0300
commit6392bc08d15c865b24f4d2a08a0c206822e6be29 (patch)
tree3388a3ddbe71fb9ff025df901469dbb0b8fe7000 /include/tests_webservers
parentb2ee2ffff1aeb6d03a284a0146e90fe20700792a (diff)
Removed unneeded field for warnings and suggestions
Diffstat (limited to 'include/tests_webservers')
-rw-r--r--include/tests_webservers2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_webservers b/include/tests_webservers
index fae535d8..336ea6dd 100644
--- a/include/tests_webservers
+++ b/include/tests_webservers
@@ -232,7 +232,7 @@
# Display --indent 6 --text "- Value of ServerTokens" --result "${STATUS_OK}" --color GREEN
# else
# Display --indent 6 --text "- Value of ServerTokens" --result "${STATUS_WARNING}" --color RED
-# ReportWarning ${TEST_NO} "M" "Value of 'ServerTokens' in Apache config is different than template"
+# ReportWarning ${TEST_NO} "Value of 'ServerTokens' in Apache config is different than template"
# fi
# fi
# fi