mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-29 19:24:26 +03:00
Aug_23_2023-Dev
This commit is contained in:
@@ -449,7 +449,7 @@ public:
|
||||
<< filesystem_prefix;
|
||||
|
||||
map<string, string> service_policies_copy = status.getServicePolicies();
|
||||
for (const pair<string, string> &policy: service_policies_copy) {
|
||||
for (const auto &policy: service_policies_copy) {
|
||||
setServiceConfiguration(policy.first, policy.second, OrchestrationStatusConfigType::POLICY);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user