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-05-10 12:47:33 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-05-10 12:47:33 +0300
commitef23180adc2ee286a8be73c7f84191452aadd887 (patch)
treed45bb8e0b3e5016c9478139ef21a33668cae5bdb /include
parent41197f722b756f4424de65f9a47a8bd3c7806356 (diff)
Decrease length of hostid v2 as hostname is stored already
Diffstat (limited to 'include')
-rw-r--r--include/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions b/include/functions
index cab64222..aeb5a221 100644
--- a/include/functions
+++ b/include/functions
@@ -836,7 +836,7 @@
fi
LogText "Hash (hostname): ${HASH_HOSTNAME}"
LogText "Hash (ssh): ${HASH_SSH}"
- Report "hostid2=${HASH_HOSTNAME}-${HASH_SSH}"
+ Report "hostid2=${HASH_SSH}"
fi
fi