]> granicus.if.org Git - icinga2/commit
Fix max number of args for DEL_DOWNTIME_BY_HOST_NAME
authorJulian Brost <julian@0x4a42.net>
Fri, 26 Feb 2016 13:31:32 +0000 (14:31 +0100)
committerMichael Friedrich <michael.friedrich@netways.de>
Fri, 11 Mar 2016 14:57:35 +0000 (15:57 +0100)
commitca869719d0420e3a66e6b69873c64c50116f37b0
treece7d0dd0e7a9e265bc32bf7228a186ff32717212
parent5516427446396a74f8aec44cd7d018eed70e41ee
Fix max number of args for DEL_DOWNTIME_BY_HOST_NAME

The RegisterCommand call for DEL_DOWNTIME_BY_HOST_NAME was missing the
max args parameter. This prevented the optional service name, start time
and comment arguments to be passed.

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
fixes #11240
lib/icinga/externalcommandprocessor.cpp