]> granicus.if.org Git - icinga2/commit
Fix the Icinga2 version check for versions with more than 5 characters
authorMax Rosin <git@hackrid.de>
Fri, 19 Oct 2018 13:37:32 +0000 (15:37 +0200)
committerMax Rosin <git@hackrid.de>
Fri, 19 Oct 2018 13:37:32 +0000 (15:37 +0200)
commit2366df60570e794c674d2a010817de6bcba05ea0
treee25f550a0adc85696e22ed6cc7d255fb5728c1b0
parentaebe6da168c9774dc7ce1f4180cd6a29aede3c66
 Fix the Icinga2 version check for versions with more than 5 characters

The previous implementation assumed that every version number will have
5 characters. With the release of 2.10.0 this does not work anymore.
The new implementation extracts everything from the second character to
the first dash. This should work as long as the version string is in a
format like 'v2.10.1-8-gaebe6da'.

fixes Icinga#6703
lib/methods/icingachecktask.cpp