Add a missing configuration option.

Former-commit-id: 4a516f1507cba486defb0c6be7b63b12cebc383e
This commit is contained in:
Ramon Novoa 2019-04-02 10:30:53 +02:00
parent 98a9c62de9
commit 7af141258e
1 changed files with 1 additions and 0 deletions

View File

@ -175,6 +175,7 @@ sub pandora_get_sharedconfig ($$) {
$pa_config->{"provisioning_mode"} = pandora_get_tconfig_token ($dbh, 'provisioning_mode', '');
$pa_config->{"event_storm_protection"} = pandora_get_tconfig_token ($dbh, 'event_storm_protection', 0);
if ($pa_config->{'include_agents'} eq '') {
$pa_config->{'include_agents'} = 0;