mirror of https://github.com/Icinga/icinga2.git
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;
|
||||
|
||||
[config] int concurrent_checks {
|
||||
[config, no_storage] int concurrent_checks {
|
||||
get {{{
|
||||
return Application::GetMaxConcurrentChecks();
|
||||
}}}
|
||||
|
|
Loading…
Reference in New Issue