From b9a13893b9f1c9e61b5633763fd93e31f3a7bf66 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Fri, 12 Jul 2019 13:12:59 +0200 Subject: [PATCH] [NAME-4408] corrected Report function call --- include/tests_nameservices | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/tests_nameservices b/include/tests_nameservices index 19189898..2ae503e3 100644 --- a/include/tests_nameservices +++ b/include/tests_nameservices @@ -644,15 +644,15 @@ if [ "${FIND}" = "127.0.0.1" ]; then LogText "Result: localhost mapped to 127.0.0.1" Display --indent 4 --text "- Checking /etc/hosts (localhost to IP)" --result "${STATUS_OK}" --color GREEN - report "localhost-mapped-to=${FIND}" + Report "localhost-mapped-to=${FIND}" elif [ "${FIND}" = "::1" ]; then LogText "Result: localhost mapped to ::1" Display --indent 4 --text "- Checking /etc/hosts (localhost to IP)" --result "${STATUS_OK}" --color GREEN - report "localhost-mapped-to=${FIND}" + Report "localhost-mapped-to=${FIND}" elif [ "${FIND}" = "127.0.0.1::1" ]; then LogText "Result: localhost mapped to 127.0.0.1 and ::1" Display --indent 4 --text "- Checking /etc/hosts (localhost to IP)" --result "${STATUS_OK}" --color GREEN - report "localhost-mapped-to=${FIND}" + Report "localhost-mapped-to=${FIND}" else LogText "Output: ${FIND}" LogText "Result: this server hostname is not mapped to a local address"