mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 15:14:07 +02:00
Merge pull request #6309 from Icinga/fix/compiler-warning-in-checkercomponent-ti
Fix compiler warning in checkercomponent.ti
This commit is contained in:
commit
120eb070d2
@ -28,7 +28,7 @@ class CheckerComponent : ConfigObject
|
|||||||
{
|
{
|
||||||
activation_priority 100;
|
activation_priority 100;
|
||||||
|
|
||||||
[config] int concurrent_checks {
|
[config, no_storage] int concurrent_checks {
|
||||||
get {{{
|
get {{{
|
||||||
return Application::GetMaxConcurrentChecks();
|
return Application::GetMaxConcurrentChecks();
|
||||||
}}}
|
}}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user