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:
authormboelen <michael@cisofy.com>2014-12-05 15:29:26 +0300
committermboelen <michael@cisofy.com>2014-12-05 15:29:26 +0300
commitdefecac381d19e82c79f7e9efcd8559fb2eea480 (patch)
treeed814b948c489823cbbdb7e71eaed3c8ffa5b47b /include/tests_networking
parent50907dd21a0d77819b1915386cf3472b382d4f65 (diff)
Small change regarding logging item to report
Diffstat (limited to 'include/tests_networking')
-rw-r--r--include/tests_networking4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tests_networking b/include/tests_networking
index cd917c51..0edd753b 100644
--- a/include/tests_networking
+++ b/include/tests_networking
@@ -332,7 +332,7 @@
for I in ${FIND}; do
N=`expr ${N} + 1`
logtext "Found listening info: ${I}"
- report "network_listen_port=${I}"
+ report "network_listen_port[]=${I}"
done
fi
@@ -340,7 +340,7 @@
for I in ${FIND2}; do
N=`expr ${N} + 1`
logtext "Found listening info: ${I}"
- report "network_listen_port=${I}"
+ report "network_listen_port[]=${I}"
done
fi
if [ "${FIND}" = "" -a "${FIND2}" = "" ]; then