]> granicus.if.org Git - icinga2/commitdiff
Fix compiler warning 6309/head
authorNoah Hilverling <noah.hilverling@icinga.com>
Tue, 15 May 2018 09:25:28 +0000 (11:25 +0200)
committerNoah Hilverling <noah.hilverling@icinga.com>
Tue, 15 May 2018 09:25:28 +0000 (11:25 +0200)
fixes #6081

lib/checker/checkercomponent.ti

index 8d74f1216be662ed23e2ba12c017e6c9d3fc4fc2..d6a76c9df0c33e3747895833b07f950fa8c4458f 100644 (file)
@@ -28,7 +28,7 @@ class CheckerComponent : ConfigObject
 {
        activation_priority 100;
 
-       [config] int concurrent_checks {
+       [config, no_storage] int concurrent_checks {
                get {{{
                        return Application::GetMaxConcurrentChecks();
                }}}