Clear ApiListener#last_failed_zones_stage_validation on config::Update if config not changed

refs #7642
This commit is contained in:
Alexander A. Klimov 2020-02-27 14:56:18 +01:00
parent d12bffe5f4
commit 9632d3f634

View File

@ -534,6 +534,7 @@ void ApiListener::HandleConfigUpdate(const MessageOrigin::Ptr& origin, const Dic
Log(LogInformation, "ApiListener")
<< "Received configuration updates (" << count << ") from endpoint '" << fromEndpointName
<< "' do not qualify for production, not triggering reload.";
listener->ClearLastFailedZonesStageValidation();
}
}