Merge pull request #6309 from Icinga/fix/compiler-warning-in-checkercomponent-ti

Fix compiler warning in checkercomponent.ti
This commit is contained in:
Michael Friedrich 2018-05-16 10:42:31 +02:00 committed by GitHub
commit 120eb070d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();
}}} }}}