Decrease length of hostid v2 as hostname is stored already

This commit is contained in:
Michael Boelen 2016-05-10 11:47:33 +02:00
parent 41197f722b
commit ef23180adc
1 changed files with 1 additions and 1 deletions

View File

@ -836,7 +836,7 @@
fi fi
LogText "Hash (hostname): ${HASH_HOSTNAME}" LogText "Hash (hostname): ${HASH_HOSTNAME}"
LogText "Hash (ssh): ${HASH_SSH}" LogText "Hash (ssh): ${HASH_SSH}"
Report "hostid2=${HASH_HOSTNAME}-${HASH_SSH}" Report "hostid2=${HASH_SSH}"
fi fi
fi fi